Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,6 @@ def main():
|
|
18 |
with gr.Blocks() as demo:
|
19 |
gr.Markdown("# Simple Python + Pokémon Showdown Demo")
|
20 |
|
21 |
-
gr.Markdown("### Simple Greeting Function")
|
22 |
name_input = gr.Textbox(label="Enter your name here")
|
23 |
greet_button = gr.Button("Play")
|
24 |
|
|
|
18 |
with gr.Blocks() as demo:
|
19 |
gr.Markdown("# Simple Python + Pokémon Showdown Demo")
|
20 |
|
|
|
21 |
name_input = gr.Textbox(label="Enter your name here")
|
22 |
greet_button = gr.Button("Play")
|
23 |
|