Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -75,7 +75,7 @@ Conclusion: Our study revealed a significant age-dependent acceleration in WMD v
|
|
| 75 |
}
|
| 76 |
|
| 77 |
with gr.Blocks() as demo:
|
| 78 |
-
gr.Markdown("## 🧠
|
| 79 |
|
| 80 |
chatbot = gr.Chatbot(label="Model Response", type="tuples")
|
| 81 |
|
|
|
|
| 75 |
}
|
| 76 |
|
| 77 |
with gr.Blocks() as demo:
|
| 78 |
+
gr.Markdown("## 🧠 PICOS Generator Demonstration")
|
| 79 |
|
| 80 |
chatbot = gr.Chatbot(label="Model Response", type="tuples")
|
| 81 |
|