gcjordi commited on
Commit
9877738
1 Parent(s): c438c81

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,6 +18,6 @@ def CustomChatGPT(user_input):
18
  messages.append({"role": "assistant", "content": ChatGPT_reply})
19
  return ChatGPT_reply
20
 
21
- demo = gradio.Interface(fn=CustomChatGPT, inputs = "text", outputs = "text", title = "AI MEDICAL BOT - OPEN AGENT")
22
 
23
  demo.launch(share=False)
 
18
  messages.append({"role": "assistant", "content": ChatGPT_reply})
19
  return ChatGPT_reply
20
 
21
+ demo = gradio.Interface(fn=CustomChatGPT, inputs = "text", outputs = "text", title = "AI MEDICAL BOT OPEN AGENT - by ehealthai.eu")
22
 
23
  demo.launch(share=False)