Update app.py
Browse files
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
|
| 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")
|