0notexist0 commited on
Commit
582c581
·
verified ·
1 Parent(s): 253bca3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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="OpenRouter Chat – HF Space") as demo:
104
- gr.Markdown("## 🤖 OpenRouter Chatbot (HF Space edition)")
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")