sagar007 commited on
Commit
bf26e4e
·
verified ·
1 Parent(s): dacd0b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -408,7 +408,7 @@ html_content = """
408
  """
409
 
410
  def create_game():
411
- return gr.HTML(html_content, height=650)
412
 
413
  # Create Gradio interface
414
  with gr.Blocks(title="Bird Shooter Game") as demo:
 
408
  """
409
 
410
  def create_game():
411
+ return gr.HTML(html_content)
412
 
413
  # Create Gradio interface
414
  with gr.Blocks(title="Bird Shooter Game") as demo: