rycont commited on
Commit
c5ecc2d
1 Parent(s): f2de50e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ def biblifyWithBeams(beam, tokens, attention_mask):
33
  generated,
34
  ).replace('<s>', '').replace('</s>', '')
35
 
36
- with lit.form("gen")
37
  text_input = lit.text_input("문장 입력")
38
  submitted = lit.form_submit_button("생성")
39
 
 
33
  generated,
34
  ).replace('<s>', '').replace('</s>', '')
35
 
36
+ with lit.form("gen"):
37
  text_input = lit.text_input("문장 입력")
38
  submitted = lit.form_submit_button("생성")
39