pakooo commited on
Commit
44c0152
1 Parent(s): 02c4d55

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,5 +15,5 @@ def CustomChatGPT(user_input):
15
  messages.append({"role": "assistant", "content": ChatGPT_reply})
16
  return ChatGPT_reply
17
 
18
- iface = gr.Interface(fn=CustomChatGPT, theme=gr.themes.Soft(primary_hue="blue", secondary_hue="blue"), inputs = "text", outputs = "text", title = "VM8Chat - Chat Bot on Arbitrum")
19
  iface.launch()
 
15
  messages.append({"role": "assistant", "content": ChatGPT_reply})
16
  return ChatGPT_reply
17
 
18
+ iface = gr.Interface(fn=CustomChatGPT, theme=gr.themes.Soft(primary_hue="blue", secondary_hue="blue"), inputs = "text", outputs = "text", title = "VM8Chat - Chat Bot")
19
  iface.launch()