Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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)
|