Alexis Palmer commited on
Commit
eb25b53
1 Parent(s): 29d61ac

minor changes

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -71,6 +71,7 @@ with gr.Blocks(theme=gr.themes.Soft(), title="Aru Thaqana") as unscramble:
71
  current_word = gr.State(random_scramble(filtered_lexicon))
72
 
73
  gr.Markdown("# Aru Thaqana")
 
74
 
75
  # Notice how we set the initial value based on the State
76
  scrambled_textbox = gr.Textbox(label="Crucigrama", interactive=False, value=current_word.value['shuffled'])
 
71
  current_word = gr.State(random_scramble(filtered_lexicon))
72
 
73
  gr.Markdown("# Aru Thaqana")
74
+ instructions_textbox = gr.Textbox(label="Instrucciones", interactive=False, value="Este juego es el 'Crucigrama', en este encontrarás una serie de letras desordenadas que conforman una palabra. Tu tarea es hallar el orden correcto de esta. ¡Mucho éxito!")
75
 
76
  # Notice how we set the initial value based on the State
77
  scrambled_textbox = gr.Textbox(label="Crucigrama", interactive=False, value=current_word.value['shuffled'])