krish10 commited on
Commit
f000a6a
·
verified ·
1 Parent(s): 4a4eadb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="tuple")
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")