einfachalf commited on
Commit
fc40e00
1 Parent(s): a70a29d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,5 +33,5 @@ def gptresponse(message, history):
33
  title = "NeonAI Chat✨"
34
 
35
  gr.HTML(title)
36
-
37
  gr.ChatInterface(gptresponse, title=title).launch()
 
33
  title = "NeonAI Chat✨"
34
 
35
  gr.HTML(title)
36
+
37
  gr.ChatInterface(gptresponse, title=title).launch()