AItool commited on
Commit
74c467a
·
verified ·
1 Parent(s): 8e0648e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -34,7 +34,8 @@ with st.form("my_form"):
34
  submitted = st.form_submit_button("Submit")
35
 
36
  # Initialize the full_text variable
37
- full_text = " "
 
38
 
39
  # Generate a random temperature between 0.5 and 1.0
40
  temperature = random.uniform(0.5, 1.0)
 
34
  submitted = st.form_submit_button("Submit")
35
 
36
  # Initialize the full_text variable
37
+ full_text = ""
38
+ minutes = 0
39
 
40
  # Generate a random temperature between 0.5 and 1.0
41
  temperature = random.uniform(0.5, 1.0)