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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -2,8 +2,7 @@ import streamlit as st
2
  import pandas as pd
3
 
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")
 
2
  import pandas as pd
3
 
4
  # Set the title of the app
5
+ st.title("Basic App with Form and File Upload")
 
6
 
7
  # Display an image
8
  st.image("./nadi-lok-image.png", caption="Image")