Update app.py
Browse files
app.py
CHANGED
|
@@ -248,7 +248,7 @@ iface = gr.Interface(
|
|
| 248 |
inputs=[audio_input, text_input],
|
| 249 |
outputs=[output_text, output_html], # Add both output components
|
| 250 |
title="Hold On, Pain Ends (HOPE)",
|
| 251 |
-
description="Talk to Your Tutor HOPE",
|
| 252 |
theme="compact",
|
| 253 |
layout="vertical",
|
| 254 |
allow_flagging=False
|
|
|
|
| 248 |
inputs=[audio_input, text_input],
|
| 249 |
outputs=[output_text, output_html], # Add both output components
|
| 250 |
title="Hold On, Pain Ends (HOPE)",
|
| 251 |
+
description="Talk to Your Tutor MCAT HOPE",
|
| 252 |
theme="compact",
|
| 253 |
layout="vertical",
|
| 254 |
allow_flagging=False
|