LuuNgoc2k2 commited on
Commit
f1a63fc
·
verified ·
1 Parent(s): afe04d6

add readme.md

Browse files
Files changed (1) hide show
  1. README.md +34 -0
README.md ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ README - Run Streamlit Application
2
+
3
+ System Requirements
4
+
5
+ Python 3.7 or later
6
+
7
+ Dependencies listed in requirements.txt
8
+
9
+ Installation
10
+
11
+ Install dependencies
12
+ ```
13
+ pip install streamlit
14
+ ```
15
+
16
+ ### Run the Application
17
+
18
+ Run the following command in the terminal
19
+
20
+ ```
21
+ streamlit run chat_app.py
22
+ ```
23
+
24
+ Open a browser and access
25
+
26
+ If running locally, Streamlit will provide a URL, usually:
27
+
28
+ ```
29
+ http://localhost:8501/
30
+ ```
31
+
32
+ If running on a remote server, replace localhost with the corresponding IP address.
33
+
34
+