Spaces:
Running
Running
Update app.py
#5
by
Surn
- opened
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
|
| 9 |
# or
|
| 10 |
-
gradio
|
| 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
|