Spaces:
Runtime error
Runtime error
Alejadro Sanchez-Giraldo
commited on
Commit
·
3951dc7
1
Parent(s):
58612e0
remove DO1 name
Browse files
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="
|
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()
|