Aditya Bakshi commited on
Commit
2f30b33
·
unverified ·
1 Parent(s): a175e7e

Add Space and Remove .DS_Store files

Browse files
Files changed (3) hide show
  1. .DS_Store +0 -0
  2. .gitignore +1 -1
  3. 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