sdf
Browse files
app.py
CHANGED
|
@@ -129,7 +129,7 @@ demo = gr.Interface(
|
|
| 129 |
),
|
| 130 |
outputs=gr.Textbox( # Using Textbox instead of Markdown
|
| 131 |
label="📌 Answer",
|
| 132 |
-
|
| 133 |
show_copy_button=True,
|
| 134 |
interactive=False # Disable interactivity for output field
|
| 135 |
),
|
|
|
|
| 129 |
),
|
| 130 |
outputs=gr.Textbox( # Using Textbox instead of Markdown
|
| 131 |
label="📌 Answer",
|
| 132 |
+
|
| 133 |
show_copy_button=True,
|
| 134 |
interactive=False # Disable interactivity for output field
|
| 135 |
),
|