Sabir55 commited on
Commit
9b578de
·
verified ·
1 Parent(s): 9492850

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -8
README.md CHANGED
@@ -4,18 +4,12 @@ emoji: 🚀
4
  colorFrom: red
5
  colorTo: red
6
  sdk: streamlit
 
7
  app_port: 8501
8
  tags:
9
- - streamlit
10
  pinned: false
11
  short_description: This is a medical automation and guiding app.
12
  license: mit
13
  sdk_version: 1.47.0
14
  ---
15
-
16
- # Welcome to Streamlit!
17
-
18
- Edit `/src/streamlit_app.py` to customize this app to your heart's desire. :heart:
19
-
20
- If you have any questions, checkout our [documentation](https://docs.streamlit.io) and [community
21
- forums](https://discuss.streamlit.io).
 
4
  colorFrom: red
5
  colorTo: red
6
  sdk: streamlit
7
+ app_file: landing_page.py # ← ADD THIS LINE
8
  app_port: 8501
9
  tags:
10
+ - streamlit
11
  pinned: false
12
  short_description: This is a medical automation and guiding app.
13
  license: mit
14
  sdk_version: 1.47.0
15
  ---