Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
import streamlit as st
|
2 |
from utils import query_agent
|
|
|
3 |
|
|
|
4 |
|
5 |
st.title("Let's do some analysis on your CSV")
|
6 |
st.header("Please upload your CSV file here:")
|
|
|
1 |
import streamlit as st
|
2 |
from utils import query_agent
|
3 |
+
import os
|
4 |
|
5 |
+
os.getenv('huggingfacehub_api_token')
|
6 |
|
7 |
st.title("Let's do some analysis on your CSV")
|
8 |
st.header("Please upload your CSV file here:")
|