sonoisa commited on
Commit
be0012a
2 Parent(s): 70afe07 c1987c1

Merge branch 'main' of https://huggingface.co/spaces/sonoisa/qiita_title_generator

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -132,7 +132,7 @@ answer = st.button("タイトル生成")
132
  if answer:
133
  qiita_body = str(body_text)
134
  title_fieids = st.empty()
135
- title_fieids.markdown("生成中...")
136
 
137
  MAX_SOURCE_LENGTH = 512 # 入力される記事本文の最大トークン数
138
  MAX_TARGET_LENGTH = 64 # 生成されるタイトルの最大トークン数
 
132
  if answer:
133
  qiita_body = str(body_text)
134
  title_fieids = st.empty()
135
+ title_fieids.markdown("...生成中...")
136
 
137
  MAX_SOURCE_LENGTH = 512 # 入力される記事本文の最大トークン数
138
  MAX_TARGET_LENGTH = 64 # 生成されるタイトルの最大トークン数