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

Update app.py

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