Skip to content

Commit a1eba78

Browse files
committed
Update resolution
1 parent 0aec47d commit a1eba78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868

6969
# Extra option: fast vs HD
7070
quality = st.sidebar.radio("Quality", ["Fast (preview)", "HD (slower)"])
71-
RESOLUTION = 600 if quality == "Fast (preview)" else 1200
71+
RESOLUTION = 1200 if quality == "Fast (preview)" else 2400
7272

7373
# Session state
7474
if "chart_bytes" not in st.session_state:

0 commit comments

Comments
 (0)