Spaces:
Running
Running
Aditya Bakshi
commited on
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
|
@@ -156,6 +156,7 @@ def reset_chat_history():
|
|
| 156 |
st.rerun() # Reload the app
|
| 157 |
|
| 158 |
|
|
|
|
| 159 |
APP_TEXT = _load_strings()
|
| 160 |
|
| 161 |
# Session variables
|
|
|
|
| 156 |
st.rerun() # Reload the app
|
| 157 |
|
| 158 |
|
| 159 |
+
|
| 160 |
APP_TEXT = _load_strings()
|
| 161 |
|
| 162 |
# Session variables
|