awacke1 commited on
Commit
841a32c
·
1 Parent(s): 543eec8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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