Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -47,8 +47,6 @@ def generate_game_content(protagonist, antagonist, environment, tone, style, pro
|
|
47 |
# Gradio interface
|
48 |
def gradio_interface():
|
49 |
with gr.Blocks() as demo:
|
50 |
-
with gr.Row():
|
51 |
-
gr.Markdown("<h2 style='text-align: center;'><img src='/content/image.jpg' width='200' height='100'> PixelPlotter</h2>")
|
52 |
with gr.Row():
|
53 |
gr.Markdown("<h2 style='text-align: center;'>🕹️ PixelPlotter</h2>")
|
54 |
with gr.Row():
|
|
|
47 |
# Gradio interface
|
48 |
def gradio_interface():
|
49 |
with gr.Blocks() as demo:
|
|
|
|
|
50 |
with gr.Row():
|
51 |
gr.Markdown("<h2 style='text-align: center;'>🕹️ PixelPlotter</h2>")
|
52 |
with gr.Row():
|