pratikshahp commited on
Commit
037b17d
·
verified ·
1 Parent(s): 2790bac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -2
app.py CHANGED
@@ -4,6 +4,10 @@ import pandas as pd
4
  # Set the title of the app
5
  st.title("Basic Streamlit App with Form and File Upload")
6
 
 
 
 
 
7
  # Sidebar for file upload
8
  st.sidebar.header("Upload CSV File")
9
  uploaded_file = st.sidebar.file_uploader("Choose a CSV file", type="csv")
@@ -41,5 +45,4 @@ if submit_button:
41
  else:
42
  st.error("Please enter your name.")
43
 
44
- # Display an image
45
- st.image("./nadi-lok-image.png", caption="Image")
 
4
  # Set the title of the app
5
  st.title("Basic Streamlit App with Form and File Upload")
6
 
7
+
8
+ # Display an image
9
+ st.image("./nadi-lok-image.png", caption="Image")
10
+
11
  # Sidebar for file upload
12
  st.sidebar.header("Upload CSV File")
13
  uploaded_file = st.sidebar.file_uploader("Choose a CSV file", type="csv")
 
45
  else:
46
  st.error("Please enter your name.")
47
 
48
+