Rooni commited on
Commit
d1c792c
·
1 Parent(s): 10c6e83

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -29,8 +29,7 @@ iface = gr.Interface(
29
  inputs=gr.Textbox(),
30
  outputs=gr.Textbox(),
31
  live=True,
32
- title="Chat with GPT-3.5-turbo",
33
- layout="vertical",
34
  )
35
 
36
  iface.launch()
 
29
  inputs=gr.Textbox(),
30
  outputs=gr.Textbox(),
31
  live=True,
32
+ title="Chat with GPT-3.5-turbo"
 
33
  )
34
 
35
  iface.launch()