Spaces:
Build error
Build error
Commit ·
c4fa836
1
Parent(s): 6f96b53
update
Browse files- app.py +2 -2
- requirements.txt +4 -0
app.py
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
import streamlit as st
|
| 2 |
import random
|
| 3 |
import time
|
| 4 |
-
import ollama
|
| 5 |
-
from ollama import Client
|
| 6 |
from langchain_core.messages import HumanMessage, SystemMessage
|
| 7 |
from langchain_community.llms import Ollama
|
| 8 |
# __import__('pysqlite3')
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
import random
|
| 3 |
import time
|
| 4 |
+
# import ollama
|
| 5 |
+
# from ollama import Client
|
| 6 |
from langchain_core.messages import HumanMessage, SystemMessage
|
| 7 |
from langchain_community.llms import Ollama
|
| 8 |
# __import__('pysqlite3')
|
requirements.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
pandas==2.2.2
|
| 2 |
+
plotly==5.22.0
|
| 3 |
+
streamlit==1.32.0
|
| 4 |
+
unstructured
|