Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -46,7 +46,7 @@ def create_ui():
|
|
46 |
)
|
47 |
|
48 |
# Output
|
49 |
-
output = gr.
|
50 |
|
51 |
# Button to send inputs to the model and get a response
|
52 |
submit_btn = gr.Button("Get Response")
|
|
|
46 |
)
|
47 |
|
48 |
# Output
|
49 |
+
output = gr.HTML(label="Response")
|
50 |
|
51 |
# Button to send inputs to the model and get a response
|
52 |
submit_btn = gr.Button("Get Response")
|