Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -464,7 +464,7 @@ with gr.Blocks() as demo:
|
|
| 464 |
with gr.Row():
|
| 465 |
with gr.Column():
|
| 466 |
base_box = gr.Textbox(
|
| 467 |
-
|
| 468 |
lines=15,
|
| 469 |
interactive=False)
|
| 470 |
with gr.Row():
|
|
|
|
| 464 |
with gr.Row():
|
| 465 |
with gr.Column():
|
| 466 |
base_box = gr.Textbox(
|
| 467 |
+
label="Response",
|
| 468 |
lines=15,
|
| 469 |
interactive=False)
|
| 470 |
with gr.Row():
|