awacke1 commited on
Commit
5a3a6a7
·
1 Parent(s): 83675dc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -26,7 +26,7 @@ col1, col2, col3 = st.columns([1,6,1])
26
  with col1:
27
  st.image("https://cdnb.artstation.com/p/assets/images/images/054/910/875/large/aaron-wacker-cyberpunk-computer-brain-design.jpg?1665656558",width=80,)
28
  with col2:
29
- st.title("📝CSV Data Analyzer")
30
  with col3:
31
  st.image("https://cdna.artstation.com/p/assets/images/images/054/910/878/large/aaron-wacker-cyberpunk-computer-devices-iot.jpg?1665656564",width=80,)
32
 
@@ -40,7 +40,7 @@ with c30:
40
  uploaded_file.seek(0)
41
  file_container.write(shows)
42
  else:
43
- st.info(f"""⬆️Upload a 📝.CSV file. Examples: [Card Data](https://huggingface.co/datasets/awacke1/Carddata.csv) [Mindful Stories](https://huggingface.co/datasets/awacke1/MindfulStory.csv) [Wikipedia](https://huggingface.co/datasets/awacke1/WikipediaSearch)""")
44
  st.stop()
45
 
46
  # DisplayGrid
 
26
  with col1:
27
  st.image("https://cdnb.artstation.com/p/assets/images/images/054/910/875/large/aaron-wacker-cyberpunk-computer-brain-design.jpg?1665656558",width=80,)
28
  with col2:
29
+ st.title("📝 CSV Data Analyzer 📊")
30
  with col3:
31
  st.image("https://cdna.artstation.com/p/assets/images/images/054/910/878/large/aaron-wacker-cyberpunk-computer-devices-iot.jpg?1665656564",width=80,)
32
 
 
40
  uploaded_file.seek(0)
41
  file_container.write(shows)
42
  else:
43
+ st.info(f"""⬆️Upload a 📝.CSV file. Examples: [Chatbot](https://huggingface.co/datasets/awacke1/Carddata.csv) [Mindfulness](https://huggingface.co/datasets/awacke1/MindfulStory.csv) [Wikipedia](https://huggingface.co/datasets/awacke1/WikipediaSearch)""")
44
  st.stop()
45
 
46
  # DisplayGrid