yosuke-i commited on
Commit
9237dce
·
verified ·
1 Parent(s): 1110387

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -145,7 +145,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
145
  )
146
  with gr.Tab("校正2"):
147
  with gr.Column():
148
- input_text_kousei = gr.Textbox(label="校正観点を入力してください。",value="If there are any typographical errors, omissions, missing or extra spaces and periods, or grammatical mistakes in the English text, please point them out in Japanese.")
149
  with gr.Row():
150
  inputs=gr.File(label="CSVファイルをアップロード")
151
  outputs=gr.File(label="ダウンロード", file_count="singular")
 
145
  )
146
  with gr.Tab("校正2"):
147
  with gr.Column():
148
+ input_text_kousei = gr.Textbox(label="校正観点を入力してください。",value="If there are any typographical errors, omissions, missing or extra spaces and periods, or grammatical mistakes in the English text, please point them out.")
149
  with gr.Row():
150
  inputs=gr.File(label="CSVファイルをアップロード")
151
  outputs=gr.File(label="ダウンロード", file_count="singular")