Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
import streamlit as st
|
2 |
import svgwrite
|
|
|
3 |
|
4 |
# Define the card suits and values
|
5 |
suits = ["clubs", "diamonds", "hearts", "spades"]
|
@@ -77,7 +78,6 @@ def svg_to_image(svg_string):
|
|
77 |
return img_data.getvalue()
|
78 |
|
79 |
# Define the app layout
|
80 |
-
st.set_page_config(page_title="SVG Optical Illusions", page_icon=":eyeglasses:")
|
81 |
st.title("SVG Optical Illusions")
|
82 |
|
83 |
# Display the SVG images and convert them to PNG
|
|
|
1 |
import streamlit as st
|
2 |
import svgwrite
|
3 |
+
st.set_page_config(page_title="SVG Optical Illusions", page_icon=":eyeglasses:")
|
4 |
|
5 |
# Define the card suits and values
|
6 |
suits = ["clubs", "diamonds", "hearts", "spades"]
|
|
|
78 |
return img_data.getvalue()
|
79 |
|
80 |
# Define the app layout
|
|
|
81 |
st.title("SVG Optical Illusions")
|
82 |
|
83 |
# Display the SVG images and convert them to PNG
|