Update app.py
Browse files
app.py
CHANGED
|
@@ -328,7 +328,7 @@ with gr.Blocks() as app:
|
|
| 328 |
gr.Column()
|
| 329 |
|
| 330 |
with gr.Row():
|
| 331 |
-
update_game=gr.Button("
|
| 332 |
#start_prompt=gr.Textbox(value="beautiful landscape, real, 8k",visible=False)
|
| 333 |
|
| 334 |
with gr.Row():
|
|
|
|
| 328 |
gr.Column()
|
| 329 |
|
| 330 |
with gr.Row():
|
| 331 |
+
update_game=gr.Button("Load Game")
|
| 332 |
#start_prompt=gr.Textbox(value="beautiful landscape, real, 8k",visible=False)
|
| 333 |
|
| 334 |
with gr.Row():
|