Spaces:
Running
Running
Aditya Bakshi
commited on
Commit
·
32b1b1c
1
Parent(s):
c85660d
Add Space and Remove .DS_Store files
Browse files- .DS_Store +0 -0
- .gitignore +1 -1
- app.py +1 -0
.DS_Store
DELETED
|
Binary file (8.2 kB)
|
|
|
.gitignore
CHANGED
|
@@ -144,4 +144,4 @@ dmypy.json
|
|
| 144 |
# Cython debug symbols
|
| 145 |
cython_debug/
|
| 146 |
|
| 147 |
-
.idea
|
|
|
|
| 144 |
# Cython debug symbols
|
| 145 |
cython_debug/
|
| 146 |
|
| 147 |
+
.idea.DS_Store
|
app.py
CHANGED
|
@@ -158,6 +158,7 @@ def reset_chat_history():
|
|
| 158 |
st.rerun() # Reload the app
|
| 159 |
|
| 160 |
|
|
|
|
| 161 |
APP_TEXT = _load_strings()
|
| 162 |
|
| 163 |
# Session variables
|
|
|
|
| 158 |
st.rerun() # Reload the app
|
| 159 |
|
| 160 |
|
| 161 |
+
|
| 162 |
APP_TEXT = _load_strings()
|
| 163 |
|
| 164 |
# Session variables
|