Avenger09 commited on
Commit
41f3637
·
verified ·
1 Parent(s): 93d90c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -151,8 +151,7 @@ iface = gr.Interface(
151
  outputs=gr.Textbox(lines=15, label="Generated Game Code and Instructions"),
152
  title="<h1 style='color:#e94560;'>Game Creator AI</h1>",
153
  description="<p style='color:#e0e0e0;'>Enter your game idea below and let AI design, code, and review a simple Pygame project for you and gives the Python code and Instructions of the Game .</p>",
154
- css=custom_css,
155
- allow_flagging="never"
156
  )
157
 
158
  demo.launch(server_name="0.0.0.0", server_port=7860)
 
151
  outputs=gr.Textbox(lines=15, label="Generated Game Code and Instructions"),
152
  title="<h1 style='color:#e94560;'>Game Creator AI</h1>",
153
  description="<p style='color:#e0e0e0;'>Enter your game idea below and let AI design, code, and review a simple Pygame project for you and gives the Python code and Instructions of the Game .</p>",
154
+ css=custom_css
 
155
  )
156
 
157
  demo.launch(server_name="0.0.0.0", server_port=7860)