minemaster01 commited on
Commit
2ebed35
·
verified ·
1 Parent(s): ec5bad4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -183,7 +183,7 @@ with gr.Blocks() as app:
183
 
184
  with gr.Row():
185
  input_box = gr.Textbox(label="Input Text", lines=10)
186
- output_box = gr.HTML(label="Output Tags")
187
 
188
  with gr.Row():
189
  submit_btn = gr.Button("Submit")
 
183
 
184
  with gr.Row():
185
  input_box = gr.Textbox(label="Input Text", lines=10)
186
+ output_box = gr.Textbox(label="Input Text", lines=10, interactive=False)
187
 
188
  with gr.Row():
189
  submit_btn = gr.Button("Submit")