Update app.py
Browse files
app.py
CHANGED
|
@@ -66,7 +66,12 @@ interface = gr.Interface(
|
|
| 66 |
fn=search,
|
| 67 |
inputs=[gr.Textbox(label="出力ファイル名",value="cm_output.html"), gr.Textbox(label="パラメーター",value="['caption','title','content','date']"), gr.Textbox(label="テーブル名",value="company_matters")],
|
| 68 |
outputs=gr.Textbox(label="結果"),
|
| 69 |
-
title="DB HTML"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 70 |
)
|
| 71 |
|
| 72 |
# アプリの実行
|
|
|
|
| 66 |
fn=search,
|
| 67 |
inputs=[gr.Textbox(label="出力ファイル名",value="cm_output.html"), gr.Textbox(label="パラメーター",value="['caption','title','content','date']"), gr.Textbox(label="テーブル名",value="company_matters")],
|
| 68 |
outputs=gr.Textbox(label="結果"),
|
| 69 |
+
title="DB HTML",
|
| 70 |
+
description="MySQLのテーブルからデータを取得し、Agent用のHTMLを生成します。",
|
| 71 |
+
submit_btn="実行",
|
| 72 |
+
stop_btn="中止",
|
| 73 |
+
clear_btn="クリア",
|
| 74 |
+
flagging_mode="never"
|
| 75 |
)
|
| 76 |
|
| 77 |
# アプリの実行
|