Ambereen commited on
Commit
785f867
·
verified ·
1 Parent(s): 826cd42

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -115,7 +115,7 @@ def respond(message, history):
115
  )
116
  return response['choices'][0]['message']['content'].strip()
117
 
118
- demo = gr.ChatInterface(respond, type="messages", autofocus=False
119
 
120
  theme = gr.themes.Soft(
121
  primary_hue="fuchsia",
 
115
  )
116
  return response['choices'][0]['message']['content'].strip()
117
 
118
+ demo = gr.ChatInterface(respond, type="messages", autofocus=False)
119
 
120
  theme = gr.themes.Soft(
121
  primary_hue="fuchsia",