segestic commited on
Commit
1069dbd
·
verified ·
1 Parent(s): 13965e9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ def create_ui():
46
  )
47
 
48
  # Output
49
- output = gr.Textbox(label="Response", interactive=False)
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")