Spaces:
Build error
Build error
Commit
·
e246aed
1
Parent(s):
c23c07f
updated app
Browse files
app.py
CHANGED
@@ -167,7 +167,7 @@ if opt.blackbg:
|
|
167 |
# x = st.slider('Select a value')
|
168 |
# st.write(x, 'squared is', x * x)
|
169 |
|
170 |
-
labels = st.text_input('
|
171 |
|
172 |
image = Image.open('demo_image/demo_ballys.jpg') #Brand logo image (optional)
|
173 |
image2 = Image.open('demo_image/demo_ronaldo.jpg') #Brand logo image (optional)
|
|
|
167 |
# x = st.slider('Select a value')
|
168 |
# st.write(x, 'squared is', x * x)
|
169 |
|
170 |
+
labels = st.text_input('You need to put the text of the image here...', 'BALLYS')
|
171 |
|
172 |
image = Image.open('demo_image/demo_ballys.jpg') #Brand logo image (optional)
|
173 |
image2 = Image.open('demo_image/demo_ronaldo.jpg') #Brand logo image (optional)
|