RahulParajuli12 commited on
Commit
9772f28
·
1 Parent(s): 24f1539

removed unnecessary teroms

Browse files
Files changed (1) hide show
  1. app.py +3 -7
app.py CHANGED
@@ -26,25 +26,21 @@ def try_read_df(f, f_name):
26
  st.write(e)
27
 
28
  def main():
29
- st.title("Rahuls Data Science App")
30
  st.write("This is a Data Science App for Data Visualization, Data Cleaning, Feature Selection and Classification")
31
- st.write("This App is built using Streamlit and Python")
32
 
33
  st.subheader("How to use the app")
34
  #procedure to upload and use other functions
35
  st.write("- Use left side bar that says browse, to upload the files.")
36
  st.write("- Upload a CSV/Excel file and then choose the functionality you want to use.")
37
- st.write("- The file will be saved in the temp_data folder.")
38
  st.write("- Use side bar to navigate to other functionalities.")
39
  st.write("- The file will be deleted after the session is closed.")
40
- st.subheader("The app is still in development phase.")
41
- st.write("Need to add more functionalities in data clean up and feature selection")
42
  st.write("This App is built by Rahul Parajuli.")
43
  st.subheader("Start by uploading and see the results below - ")
44
  st.write("There is also a sample file 'Titanic Dataset' in the program so go ahead and press on app functionality and choose data visualization")
45
 
46
  # SideBar Settings
47
- st.sidebar.title("TBF Control Panel")
48
  st.sidebar.info(
49
  "The Byte Factory"
50
  )
@@ -95,4 +91,4 @@ def main():
95
 
96
 
97
  if __name__ == '__main__':
98
- main()
 
26
  st.write(e)
27
 
28
  def main():
 
29
  st.write("This is a Data Science App for Data Visualization, Data Cleaning, Feature Selection and Classification")
 
30
 
31
  st.subheader("How to use the app")
32
  #procedure to upload and use other functions
33
  st.write("- Use left side bar that says browse, to upload the files.")
34
  st.write("- Upload a CSV/Excel file and then choose the functionality you want to use.")
 
35
  st.write("- Use side bar to navigate to other functionalities.")
36
  st.write("- The file will be deleted after the session is closed.")
37
+ st.write("The app is still in development phase.")
 
38
  st.write("This App is built by Rahul Parajuli.")
39
  st.subheader("Start by uploading and see the results below - ")
40
  st.write("There is also a sample file 'Titanic Dataset' in the program so go ahead and press on app functionality and choose data visualization")
41
 
42
  # SideBar Settings
43
+ st.sidebar.title("Rahul Data Science App")
44
  st.sidebar.info(
45
  "The Byte Factory"
46
  )
 
91
 
92
 
93
  if __name__ == '__main__':
94
+ main()