Alejadro Sanchez-Giraldo commited on
Commit
3951dc7
·
1 Parent(s): 58612e0

remove DO1 name

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ iface = gr.Interface(
25
  inputs=gr.Textbox(label="Ask our FPL Expert"),
26
  outputs=gr.Textbox(label="Hope it helps!"),
27
  theme=theme,
28
- title="Devops1 FPL Chatbot"
29
  )
30
  if __name__ == "__main__":
31
  iface.launch()
 
25
  inputs=gr.Textbox(label="Ask our FPL Expert"),
26
  outputs=gr.Textbox(label="Hope it helps!"),
27
  theme=theme,
28
+ title="FPL Chatbot"
29
  )
30
  if __name__ == "__main__":
31
  iface.launch()