PeterPinetree commited on
Commit
0495db8
·
verified ·
1 Parent(s): 29ec0c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)