Spaces:
Runtime error
Runtime error
stupid spacing error
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ print ("before main")
|
|
33 |
def main():
|
34 |
|
35 |
st.title("Transformers Interpet Demo App")
|
36 |
-
print ("before main")
|
37 |
|
38 |
image = Image.open("./images/tight@1920x_transparent.png")
|
39 |
st.sidebar.image(image, use_column_width=True)
|
|
|
33 |
def main():
|
34 |
|
35 |
st.title("Transformers Interpet Demo App")
|
36 |
+
print ("before main")
|
37 |
|
38 |
image = Image.open("./images/tight@1920x_transparent.png")
|
39 |
st.sidebar.image(image, use_column_width=True)
|