Spaces:
Runtime error
Runtime error
Commit
·
5fe8d9c
1
Parent(s):
fed12be
Update app1.py
Browse files
app1.py
CHANGED
@@ -97,6 +97,6 @@ def main():
|
|
97 |
st.session_state.conversation = get_conversation_chain(
|
98 |
vectorstore)
|
99 |
|
100 |
-
|
101 |
if __name__ == '__main__':
|
102 |
main()
|
|
|
97 |
st.session_state.conversation = get_conversation_chain(
|
98 |
vectorstore)
|
99 |
|
100 |
+
#Comment to rebuild the space
|
101 |
if __name__ == '__main__':
|
102 |
main()
|