noteldar commited on
Commit
63d5615
·
1 Parent(s): 126bd74

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 text_init and text_deploy and text_invariant:
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 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'