Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -145,7 +145,7 @@ st.sidebar.header("Configuration and Image Upload")
|
|
145 |
st.sidebar.subheader("Adjust Image Enhancement Options")
|
146 |
img_file = st.sidebar.file_uploader(
|
147 |
label='Upload a file', type=['png', 'jpg', "pdf"])
|
148 |
-
input_file = st.sidebar.text_input("Enter the file URL")
|
149 |
realtime_update = st.sidebar.checkbox(label="Update in Real Time", value=True)
|
150 |
# box_color = st.sidebar.color_picker(label="Box Color", value='#0000FF')
|
151 |
aspect_choice = st.sidebar.radio(label="Aspect Ratio", options=[
|
|
|
145 |
st.sidebar.subheader("Adjust Image Enhancement Options")
|
146 |
img_file = st.sidebar.file_uploader(
|
147 |
label='Upload a file', type=['png', 'jpg', "pdf"])
|
148 |
+
# input_file = st.sidebar.text_input("Enter the file URL")
|
149 |
realtime_update = st.sidebar.checkbox(label="Update in Real Time", value=True)
|
150 |
# box_color = st.sidebar.color_picker(label="Box Color", value='#0000FF')
|
151 |
aspect_choice = st.sidebar.radio(label="Aspect Ratio", options=[
|