kz209 commited on
Commit
fb403ed
β€’
1 Parent(s): 6a1d4a5
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -3,8 +3,8 @@ title: Chris Lab
3
  emoji: πŸ“š
4
  colorFrom: red
5
  colorTo: indigo
6
- sdk: streamlit
7
- sdk_version: 1.36.0
8
  app_file: app.py
9
  pinned: false
10
  ---
@@ -34,12 +34,12 @@ Run the following command to install project dependencies:
34
  pip install -r requirements.txt
35
  ```
36
 
37
- ### Run `streamlit`
38
 
39
  Start the Streamlit application by running:
40
 
41
  ```sh
42
- streamlit run streamlit/home.py
43
  ```
44
 
45
  Have Fun!
 
3
  emoji: πŸ“š
4
  colorFrom: red
5
  colorTo: indigo
6
+ sdk: gradio
7
+ sdk_version: 4.38.1
8
  app_file: app.py
9
  pinned: false
10
  ---
 
34
  pip install -r requirements.txt
35
  ```
36
 
37
+ ### Run `gradio`
38
 
39
  Start the Streamlit application by running:
40
 
41
  ```sh
42
+ python app.py
43
  ```
44
 
45
  Have Fun!