ali121300 commited on
Commit
bc361ee
1 Parent(s): 0756ccf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -111,7 +111,9 @@ def main():
111
 
112
  # create conversation chain
113
  st.session_state.conversation = get_conversation_chain(vectorstore)
114
-
 
 
115
 
116
  if __name__ == "__main__":
117
  main()
 
111
 
112
  # create conversation chain
113
  st.session_state.conversation = get_conversation_chain(vectorstore)
114
+
115
+ #compelete build model
116
+ st.write("compelete build model")
117
 
118
  if __name__ == "__main__":
119
  main()