Spaces:
Runtime error
Runtime error
Commit ·
dd32f0c
1
Parent(s): 9528cca
improving page design
Browse files
app.py
CHANGED
|
@@ -160,13 +160,11 @@ with demo:
|
|
| 160 |
gr_narr_transcript = gr.Textbox(label="", value="", interactive=False, max_lines=9999, visible=False)
|
| 161 |
gr_user_transcript = gr.Textbox(label="", value=INITIAL_WELCOME_TEXT, interactive=False, max_lines=9999, elem_classes="parleygame")
|
| 162 |
|
| 163 |
-
gr_pls_be_patient = gr.HTML(PLEASE_BE_PATIENT_DIV)
|
| 164 |
-
|
| 165 |
gr_user_input = gr.Textbox(label="Input:", value="", placeholder="Describe your next action here...", interactive=True)
|
| 166 |
gr_button1 = gr.Button(value="Run Next Turn")
|
| 167 |
|
| 168 |
gr_n_turns_elapsed = gr.Textbox(label="N Turns Elapsed", value="0", interactive=False, visible=False)
|
| 169 |
-
|
| 170 |
gr_music_player = gr.HTML(MUSIC_PLAYER)
|
| 171 |
|
| 172 |
gr_button1.click(
|
|
|
|
| 160 |
gr_narr_transcript = gr.Textbox(label="", value="", interactive=False, max_lines=9999, visible=False)
|
| 161 |
gr_user_transcript = gr.Textbox(label="", value=INITIAL_WELCOME_TEXT, interactive=False, max_lines=9999, elem_classes="parleygame")
|
| 162 |
|
|
|
|
|
|
|
| 163 |
gr_user_input = gr.Textbox(label="Input:", value="", placeholder="Describe your next action here...", interactive=True)
|
| 164 |
gr_button1 = gr.Button(value="Run Next Turn")
|
| 165 |
|
| 166 |
gr_n_turns_elapsed = gr.Textbox(label="N Turns Elapsed", value="0", interactive=False, visible=False)
|
| 167 |
+
gr_pls_be_patient = gr.HTML(PLEASE_BE_PATIENT_DIV)
|
| 168 |
gr_music_player = gr.HTML(MUSIC_PLAYER)
|
| 169 |
|
| 170 |
gr_button1.click(
|