Spaces:
Runtime error
Runtime error
Commit
·
e77f66b
1
Parent(s):
9b2528b
Update app.py
Browse files
app.py
CHANGED
@@ -6,8 +6,7 @@ def main():
|
|
6 |
st.title("Haltmann Diffusion Algorithm")
|
7 |
|
8 |
slider = st.slider("Slider", 0, 255, 128) # default value=128, min=0, max=255
|
9 |
-
|
10 |
-
|
11 |
# Get user input via a text box - this will be the URL of the image to edit.
|
12 |
url = st.text_input("Enter URL of image to edit")
|
13 |
|
|
|
6 |
st.title("Haltmann Diffusion Algorithm")
|
7 |
|
8 |
slider = st.slider("Slider", 0, 255, 128) # default value=128, min=0, max=255
|
9 |
+
|
|
|
10 |
# Get user input via a text box - this will be the URL of the image to edit.
|
11 |
url = st.text_input("Enter URL of image to edit")
|
12 |
|