junkmind commited on
Commit
9d541eb
β€’
1 Parent(s): b7e4a74

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
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="Insightly")
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("Data Analysis πŸ“ˆ")
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(