Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -248,7 +248,7 @@ def respond(message, chat_history, use_reasoning):
|
|
248 |
|
249 |
with gr.Blocks() as demo:
|
250 |
gr.Markdown("## 🤖 Sam - SmilyAI Assistant")
|
251 |
-
gr.Markdown("Chat with **Sam**, an AI assistant built by [SmilyAI Labs](
|
252 |
|
253 |
with gr.Row():
|
254 |
model_selector = gr.Dropdown(
|
|
|
248 |
|
249 |
with gr.Blocks() as demo:
|
250 |
gr.Markdown("## 🤖 Sam - SmilyAI Assistant")
|
251 |
+
gr.Markdown("Chat with **Sam**, an AI assistant built by [SmilyAI Labs](http://smilyai.rf.gd). Toggle reasoning mode or choose a model below.")
|
252 |
|
253 |
with gr.Row():
|
254 |
model_selector = gr.Dropdown(
|