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

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")
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="orange", secondary_hue="orange"), inputs = "text", outputs = "text", title = "0xpako's Chat Bot")
19
  iface.launch()