Technocoloredgeek commited on
Commit
611ca5d
·
verified ·
1 Parent(s): 2c08b07

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -10
app.py CHANGED
@@ -1,12 +1,3 @@
1
- import subprocess
2
- import sys
3
-
4
- def install(package):
5
- subprocess.check_call([sys.executable, "-m", "pip", "install", package])
6
-
7
- # Install required packages
8
- install("streamlit")
9
-
10
  import streamlit as st
11
  import asyncio
12
  import os
@@ -111,4 +102,4 @@ if user_query:
111
  st.write(f"{i}. {context[:100]}...")
112
 
113
  if __name__ == "__main__":
114
- st.run()
 
 
 
 
 
 
 
 
 
 
1
  import streamlit as st
2
  import asyncio
3
  import os
 
102
  st.write(f"{i}. {context[:100]}...")
103
 
104
  if __name__ == "__main__":
105
+ st.run()