Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -31,6 +31,6 @@ if __name__ == "__main__":
|
|
| 31 |
gr.inputs.Textbox(lines=2, label="Query"),
|
| 32 |
],
|
| 33 |
gr.outputs.Textbox(label="Response"),
|
| 34 |
-
title="π£οΈ
|
| 35 |
-
description="π£οΈ
|
| 36 |
).launch()
|
|
|
|
| 31 |
gr.inputs.Textbox(lines=2, label="Query"),
|
| 32 |
],
|
| 33 |
gr.outputs.Textbox(label="Response"),
|
| 34 |
+
title="π£οΈGalaxyGuideπ",
|
| 35 |
+
description="π£οΈGalaxyGuideπ is a tool that allows you to ask anything about the whole galaxy. Reponses are based on "Hitch Hitchhiker's Guide to the Galaxy. so it may produce inaccurate information.",
|
| 36 |
).launch()
|