Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ text_init = st.text_area('Enter init description')
|
|
20 |
text_deploy = st.text_area('Enter deploy description')
|
21 |
text_invariant = st.text_area('Enter invariant description')
|
22 |
if st.button('GENERATE RESPONSE'):
|
23 |
-
|
24 |
# # Instruction for a chitchat task
|
25 |
# instruction = f'Using the descriptions, write the init code, deploy code and invariant code'
|
26 |
# # Leave the knowldge empty
|
|
|
20 |
text_deploy = st.text_area('Enter deploy description')
|
21 |
text_invariant = st.text_area('Enter invariant description')
|
22 |
if st.button('GENERATE RESPONSE'):
|
23 |
+
st.write(text_init, text_deploy, text_invariant)
|
24 |
# # Instruction for a chitchat task
|
25 |
# instruction = f'Using the descriptions, write the init code, deploy code and invariant code'
|
26 |
# # Leave the knowldge empty
|