Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -75,6 +75,7 @@ with col1:
|
|
75 |
else:
|
76 |
st.warning("Please enter some text.")
|
77 |
|
|
|
78 |
with col2:
|
79 |
st.header("Image News Analysis")
|
80 |
uploaded_image = st.file_uploader("Upload a news image", type=["jpg", "png", "jpeg"])
|
|
|
75 |
else:
|
76 |
st.warning("Please enter some text.")
|
77 |
|
78 |
+
|
79 |
with col2:
|
80 |
st.header("Image News Analysis")
|
81 |
uploaded_image = st.file_uploader("Upload a news image", type=["jpg", "png", "jpeg"])
|