We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ee9a55 commit c4925d6Copy full SHA for c4925d6
gui/app.py
@@ -129,7 +129,7 @@ def radio_button_callback():
129
130
##########################################################################################
131
# Run Streamlit radio button
132
-run_streamlit = tk.IntVar(value=0)
+run_streamlit = tk.IntVar(value=1)
133
callback_radio_st_run = radiobutton_event(run_streamlit)
134
ctk_radio_st_autorun_1 = customtkinter.CTkRadioButton(
135
app,
0 commit comments