Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -100,8 +100,8 @@ def build_interface():
|
|
| 100 |
grouped = fetch_models_grouped()
|
| 101 |
default_model = grouped["reasoning"][0] if grouped["reasoning"] else ""
|
| 102 |
|
| 103 |
-
with gr.Blocks(title="
|
| 104 |
-
gr.Markdown("## 🤖
|
| 105 |
|
| 106 |
saved_chats = gr.State({})
|
| 107 |
current_name = gr.State("Chat #1")
|
|
|
|
| 100 |
grouped = fetch_models_grouped()
|
| 101 |
default_model = grouped["reasoning"][0] if grouped["reasoning"] else ""
|
| 102 |
|
| 103 |
+
with gr.Blocks(title="NOT EXIST Chat – Space") as demo:
|
| 104 |
+
gr.Markdown("## 🤖 Open Source models Chatbot (HF Space edition)")
|
| 105 |
|
| 106 |
saved_chats = gr.State({})
|
| 107 |
current_name = gr.State("Chat #1")
|