Spaces:
Sleeping
Sleeping
Commit ·
fc40e00
1
Parent(s): a70a29d
Update app.py
Browse files
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()
|