KrishGoyani
commited on
Commit
•
c0fe390
1
Parent(s):
608a235
Upload requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
pandas
|
2 |
+
streamlit
|
3 |
+
langchain
|
4 |
+
langchain_experimental
|
5 |
+
langchain_google_genai
|
6 |
+
tabulate
|