Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -251,8 +251,8 @@ def main_app():
|
|
| 251 |
value="Random Player",
|
| 252 |
scale=1
|
| 253 |
)
|
| 254 |
-
name_input = gr.Textbox(
|
| 255 |
-
battle_button = gr.Button(
|
| 256 |
gr.Markdown("### Pokémon Showdown Interface")
|
| 257 |
gr.Markdown("Log in/use the username you entered above.")
|
| 258 |
gr.HTML(iframe_code)
|
|
|
|
| 251 |
value="Random Player",
|
| 252 |
scale=1
|
| 253 |
)
|
| 254 |
+
name_input = gr.Textbox("your name")
|
| 255 |
+
battle_button = gr.Button('Battle invitation')
|
| 256 |
gr.Markdown("### Pokémon Showdown Interface")
|
| 257 |
gr.Markdown("Log in/use the username you entered above.")
|
| 258 |
gr.HTML(iframe_code)
|