Jofthomas HF staff commited on
Commit
52ee1df
·
verified ·
1 Parent(s): c2af8fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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