nehatarey commited on
Commit
87ad736
·
1 Parent(s): 923ae5f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ if __name__ == "__main__":
60
  gr.inputs.Textbox(lines=2, label="Query"),
61
  ],
62
  gr.outputs.Textbox(label="Response"),
63
- title="Ask me about Ted Lasso 📺⚽"
64
  description="Ask me about Ted Lasso 📺⚽ is a tool that allows you to ask questions the tv series Ted Lasso",
65
  ).launch()
66
 
 
60
  gr.inputs.Textbox(lines=2, label="Query"),
61
  ],
62
  gr.outputs.Textbox(label="Response"),
63
+ title="Ask me about Ted Lasso 📺⚽",
64
  description="Ask me about Ted Lasso 📺⚽ is a tool that allows you to ask questions the tv series Ted Lasso",
65
  ).launch()
66