Rooni commited on
Commit
cffb3cf
·
1 Parent(s): 538666e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ def update_chat(input_text):
48
  iface = gr.Interface(
49
  fn=update_chat,
50
  inputs=gr.Textbox(),
51
- outputs=gr.Textbox(type="readonly"),
52
  live=True,
53
  title="Chat with GPT-3.5-turbo"
54
  )
 
48
  iface = gr.Interface(
49
  fn=update_chat,
50
  inputs=gr.Textbox(),
51
+ outputs=gr.Textbox(),
52
  live=True,
53
  title="Chat with GPT-3.5-turbo"
54
  )