Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -47,7 +47,7 @@ def stream_response(title_text, abstract_text):
|
|
| 47 |
with gr.Blocks() as demo:
|
| 48 |
gr.Markdown("## 🧠 RCT Classifier Demonstration (Streaming, Stateless)")
|
| 49 |
|
| 50 |
-
chatbot = gr.Chatbot(label="Model Response", type="
|
| 51 |
|
| 52 |
with gr.Row():
|
| 53 |
title = gr.Textbox(label="Title", placeholder="Enter title")
|
|
|
|
| 47 |
with gr.Blocks() as demo:
|
| 48 |
gr.Markdown("## 🧠 RCT Classifier Demonstration (Streaming, Stateless)")
|
| 49 |
|
| 50 |
+
chatbot = gr.Chatbot(label="Model Response", type="tuples")
|
| 51 |
|
| 52 |
with gr.Row():
|
| 53 |
title = gr.Textbox(label="Title", placeholder="Enter title")
|