santit96 commited on
Commit
bb3b49b
·
1 Parent(s): 53e1f27

Change streamlit app filename

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. streamlit.py → streamlit_app.py +0 -0
README.md CHANGED
@@ -6,7 +6,7 @@ colorTo: yellow
6
  sdk: streamlit
7
  sdk_version: 1.25.0
8
  pinned: false
9
- app_file: streamlit.py
10
  ---
11
 
12
  # Wordle Solver with RL
 
6
  sdk: streamlit
7
  sdk_version: 1.25.0
8
  pinned: false
9
+ app_file: streamlit_app.py
10
  ---
11
 
12
  # Wordle Solver with RL
streamlit.py → streamlit_app.py RENAMED
File without changes