guy-smiley commited on
Commit
07566ca
·
1 Parent(s): 9c1e1b7
Files changed (2) hide show
  1. README.md +1 -1
  2. gitit.sh +4 -0
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 appy.py
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