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

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 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'
 
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'