Update app.py
Browse files
app.py
CHANGED
@@ -408,7 +408,7 @@ html_content = """
|
|
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:
|
|
|
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:
|