Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -3,11 +3,11 @@ import streamlit as st
|
|
3 |
from streamlit_lottie import st_lottie
|
4 |
import regex as re
|
5 |
from streamlit_js_eval import streamlit_js_eval
|
6 |
-
from common.utils import *
|
7 |
from data_collector import *
|
8 |
-
from langchain_community.llms import Ollama
|
9 |
|
10 |
-
from langchain_community.llms import Ollama
|
11 |
import pandas as pd
|
12 |
import json
|
13 |
st.set_page_config(layout="wide")
|
|
|
3 |
from streamlit_lottie import st_lottie
|
4 |
import regex as re
|
5 |
from streamlit_js_eval import streamlit_js_eval
|
6 |
+
# from common.utils import *
|
7 |
from data_collector import *
|
8 |
+
# from langchain_community.llms import Ollama
|
9 |
|
10 |
+
# from langchain_community.llms import Ollama
|
11 |
import pandas as pd
|
12 |
import json
|
13 |
st.set_page_config(layout="wide")
|