andreped commited on
Commit
ef96aaf
1 Parent(s): 077b0b8

Added snapshot and license info to README

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -37,3 +37,13 @@ streamlit run app.py
37
  ```
38
 
39
  A Streamlit browser window should automatically open. If not, the app can be accessed at `http://localhost:8501`
 
 
 
 
 
 
 
 
 
 
 
37
  ```
38
 
39
  A Streamlit browser window should automatically open. If not, the app can be accessed at `http://localhost:8501`
40
+
41
+ ## Demonstration
42
+
43
+ Below is a snapshot on how the UI should look. A live demo may be made openly available in the future.
44
+
45
+ <img width="800" alt="Screenshot 2023-10-18 at 13 06 51" src="https://github.com/andreped/chatbot-streamlit-demo/assets/29090665/560ae794-089f-409a-9aaa-8f9c3e204c5e">
46
+
47
+ ## License
48
+
49
+ The code in this repository is released under [MIT license](https://github.com/andreped/chatbot-streamlit-demo/blob/main/LICENSE).