Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ import streamlit as st
|
|
7 |
import pandas as pd
|
8 |
|
9 |
# Set the page configuration here
|
10 |
-
st.set_page_config(page_title="
|
11 |
|
12 |
def main():
|
13 |
load_dotenv()
|
@@ -18,8 +18,8 @@ def main():
|
|
18 |
st.error("OPENAI_API_KEY is not set")
|
19 |
return
|
20 |
|
21 |
-
st.sidebar.image("https://i.ibb.co/bX6GdqG/insightly-wbg.png", use_column_width=True)
|
22 |
-
st.title("
|
23 |
|
24 |
csv_files = st.file_uploader("Upload CSV files", type="csv", accept_multiple_files=True)
|
25 |
if csv_files:
|
@@ -56,9 +56,9 @@ def main():
|
|
56 |
|
57 |
# Add links to the sidebar with the same spacing properties
|
58 |
|
59 |
-
st.sidebar.markdown("<p class='sidebar-link'>π <a href='https://chandrakalagowda-demo2.hf.space/'> PDF Bot </a></p>", unsafe_allow_html=True)
|
60 |
-
st.sidebar.markdown("<p class='sidebar-link'>πΌοΈ <a href='https://insightly-image-reader.hf.space'> Image Reader</a></p>", unsafe_allow_html=True)
|
61 |
-
st.sidebar.markdown("<p class='sidebar-link'>πΈ <a href='https://insightly-frame-capturer.hf.space/'> Frame Capturer</a></p>", unsafe_allow_html=True)
|
62 |
|
63 |
# Custom CSS to style the link and create vertical space
|
64 |
st.markdown(
|
|
|
7 |
import pandas as pd
|
8 |
|
9 |
# Set the page configuration here
|
10 |
+
st.set_page_config(page_title="CSV Copilot π")
|
11 |
|
12 |
def main():
|
13 |
load_dotenv()
|
|
|
18 |
st.error("OPENAI_API_KEY is not set")
|
19 |
return
|
20 |
|
21 |
+
# st.sidebar.image("https://i.ibb.co/bX6GdqG/insightly-wbg.png", use_column_width=True)
|
22 |
+
st.title("CSV Copilot π")
|
23 |
|
24 |
csv_files = st.file_uploader("Upload CSV files", type="csv", accept_multiple_files=True)
|
25 |
if csv_files:
|
|
|
56 |
|
57 |
# Add links to the sidebar with the same spacing properties
|
58 |
|
59 |
+
# st.sidebar.markdown("<p class='sidebar-link'>π <a href='https://chandrakalagowda-demo2.hf.space/'> PDF Bot </a></p>", unsafe_allow_html=True)
|
60 |
+
# st.sidebar.markdown("<p class='sidebar-link'>πΌοΈ <a href='https://insightly-image-reader.hf.space'> Image Reader</a></p>", unsafe_allow_html=True)
|
61 |
+
# st.sidebar.markdown("<p class='sidebar-link'>πΈ <a href='https://insightly-frame-capturer.hf.space/'> Frame Capturer</a></p>", unsafe_allow_html=True)
|
62 |
|
63 |
# Custom CSS to style the link and create vertical space
|
64 |
st.markdown(
|