Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -5,9 +5,9 @@ A vocabulary puzzle game with an 8x6 grid and 6 hidden words.
5
  This is the Gradio version, running alongside the Streamlit app.
6
 
7
  Usage:
8
- python gradio_app.py
9
  # or
10
- gradio gradio_app.py
11
  """
12
 
13
  import os
 
5
  This is the Gradio version, running alongside the Streamlit app.
6
 
7
  Usage:
8
+ python app.py
9
  # or
10
+ gradio app.py
11
  """
12
 
13
  import os