WICKED4950 commited on
Commit
0f572c9
·
verified ·
1 Parent(s): 092bb03

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,6 +33,6 @@ def predict(user_input):
33
  iface = gr.Interface(fn=predict,
34
  inputs="text",
35
  outputs="text",
36
- title="Your Chatbot")
37
  print("Deploying")
38
  iface.launch()
 
33
  iface = gr.Interface(fn=predict,
34
  inputs="text",
35
  outputs="text",
36
+ title="Iris")
37
  print("Deploying")
38
  iface.launch()