Skip to content

Commit c4925d6

Browse files
committed
🎨 set default to running streamlit app directly
1 parent 3ee9a55 commit c4925d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gui/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def radio_button_callback():
129129

130130
##########################################################################################
131131
# Run Streamlit radio button
132-
run_streamlit = tk.IntVar(value=0)
132+
run_streamlit = tk.IntVar(value=1)
133133
callback_radio_st_run = radiobutton_event(run_streamlit)
134134
ctk_radio_st_autorun_1 = customtkinter.CTkRadioButton(
135135
app,

0 commit comments

Comments
 (0)