srinuksv commited on
Commit
e210be7
1 Parent(s): 287c828

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- readonly=True,
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