JamalAG commited on
Commit
3eaf50b
·
verified ·
1 Parent(s): 68e5059

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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:")