Spaces:
Sleeping
Sleeping
Commit ·
07566ca
1
Parent(s): 9c1e1b7
update
Browse files
README.md
CHANGED
|
@@ -44,7 +44,7 @@ Once you have installed the required dependencies, you can run the project using
|
|
| 44 |
To start the application, run the following command:
|
| 45 |
|
| 46 |
```shell
|
| 47 |
-
streamlit run
|
| 48 |
```
|
| 49 |
|
| 50 |
This will start the Streamlit server and open the application in your default web browser..
|
|
|
|
| 44 |
To start the application, run the following command:
|
| 45 |
|
| 46 |
```shell
|
| 47 |
+
streamlit run app.py
|
| 48 |
```
|
| 49 |
|
| 50 |
This will start the Streamlit server and open the application in your default web browser..
|
gitit.sh
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#! /bin/bash
|
| 2 |
+
git add .
|
| 3 |
+
git commit -m "update"
|
| 4 |
+
git push
|