Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
| 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")
|