Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -92,7 +92,7 @@ def gradio_fn(message, history, api_key):
|
|
92 |
return expert_response
|
93 |
|
94 |
with gr.Blocks() as demo:
|
95 |
-
|
96 |
"""
|
97 |
# Simple Dual LLM Chatbot
|
98 |
|
|
|
92 |
return expert_response
|
93 |
|
94 |
with gr.Blocks() as demo:
|
95 |
+
gr.Markdown(
|
96 |
"""
|
97 |
# Simple Dual LLM Chatbot
|
98 |
|