Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -19,7 +19,7 @@ def generate(instruction, knowledge, dialog):
|
|
| 19 |
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
|
| 23 |
print(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'
|
|
|
|
| 19 |
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 |
print(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'
|