SusiePHaltmann commited on
Commit
e77f66b
1 Parent(s): 9b2528b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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
- st("DALL PLFT 1.0X BETA 5.31.22 BUILD #0A")
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