Update app.py
Browse fileschanged the name from multimodal to multi-input
app.py
CHANGED
|
@@ -402,7 +402,7 @@ def create_progress_bar_html(score, max_score=5): # the HTML visual for scores'
|
|
| 402 |
"""
|
| 403 |
|
| 404 |
with gr.Blocks() as UI:
|
| 405 |
-
gr.Markdown("## 🤖💬
|
| 406 |
|
| 407 |
chat_state = gr.State([])
|
| 408 |
extracted_text_state = gr.State("") # stored for re-evaluation
|
|
|
|
| 402 |
"""
|
| 403 |
|
| 404 |
with gr.Blocks() as UI:
|
| 405 |
+
gr.Markdown("## 🤖💬 Multi-Input Academic Summarizer")
|
| 406 |
|
| 407 |
chat_state = gr.State([])
|
| 408 |
extracted_text_state = gr.State("") # stored for re-evaluation
|