Update app.py
Browse files
app.py
CHANGED
|
@@ -3786,7 +3786,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 3786 |
gr.Interface(
|
| 3787 |
fn=chatbot_interface,
|
| 3788 |
inputs=gr.Textbox(label="Acronym", placeholder="Enter Acronym Here"),
|
| 3789 |
-
outputs=gr.Textbox(label="
|
| 3790 |
theme='default',
|
| 3791 |
)
|
| 3792 |
gr.HTML(footer_content)
|
|
|
|
| 3786 |
gr.Interface(
|
| 3787 |
fn=chatbot_interface,
|
| 3788 |
inputs=gr.Textbox(label="Acronym", placeholder="Enter Acronym Here"),
|
| 3789 |
+
outputs=gr.Textbox(label="Result"),
|
| 3790 |
theme='default',
|
| 3791 |
)
|
| 3792 |
gr.HTML(footer_content)
|