Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -21,8 +21,8 @@ iface = gr.Interface(
|
|
21 |
fn=chat_with_model,
|
22 |
inputs="text",
|
23 |
outputs="text",
|
24 |
-
title="
|
25 |
-
description="Ask the model any question!"
|
26 |
)
|
27 |
|
28 |
# Launch the interface
|
|
|
21 |
fn=chat_with_model,
|
22 |
inputs="text",
|
23 |
outputs="text",
|
24 |
+
title="QA-medical Chatbot",
|
25 |
+
description="Ask the model any medical question !"
|
26 |
)
|
27 |
|
28 |
# Launch the interface
|