Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|