Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -66,7 +66,7 @@ iface = gr.Interface(
|
|
66 |
inputs="text",
|
67 |
outputs="text",
|
68 |
title="CYOA Adventure Bot",
|
69 |
-
description="Type your choices and shape the adventure!
|
70 |
|
71 |
if __name__ == "__main__":
|
72 |
iface.launch(server_name="0.0.0.0", server_port=7860, share=True)
|
|
|
66 |
inputs="text",
|
67 |
outputs="text",
|
68 |
title="CYOA Adventure Bot",
|
69 |
+
description="Type your choices and shape the adventure!"
|
70 |
|
71 |
if __name__ == "__main__":
|
72 |
iface.launch(server_name="0.0.0.0", server_port=7860, share=True)
|