Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -93,7 +93,7 @@ input_component = gr.Textbox(
|
|
93 |
output_component = gr.Textbox(
|
94 |
label="Bot:",
|
95 |
placeholder="Bot's response will appear here...",
|
96 |
-
|
97 |
lines=2
|
98 |
)
|
99 |
|
|
|
93 |
output_component = gr.Textbox(
|
94 |
label="Bot:",
|
95 |
placeholder="Bot's response will appear here...",
|
96 |
+
disabled=True, # Make the textbox read-only
|
97 |
lines=2
|
98 |
)
|
99 |
|