YKajima commited on
Commit
a1a9de1
1 Parent(s): 0111163

reset add description

Browse files
Files changed (1) hide show
  1. app.py +0 -10
app.py CHANGED
@@ -97,16 +97,6 @@ async def chat(input_text, input_url):
97
 
98
  with gr.Blocks() as iface:
99
  # UI
100
- gr.Markdown(
101
- """
102
- # パスカルくん
103
- ## 使い方
104
- テキスト、もしくはURLにパスカルくんに分析させたい記事の内容やURLを入力して「Chats」ボタンを押すと回答が出力されます。
105
-
106
- ※テキスト、URLの両方に入力して実行した場合は、**URLが優先されます。**
107
- ※テキスト、URLの両方が**空の場合は実行できません。** 必ずいずれかを入力してから実行してください。
108
- """
109
- )
110
  with gr.Row():
111
  with gr.Column():
112
  input_text = gr.Textbox(label="テキスト")
 
97
 
98
  with gr.Blocks() as iface:
99
  # UI
 
 
 
 
 
 
 
 
 
 
100
  with gr.Row():
101
  with gr.Column():
102
  input_text = gr.Textbox(label="テキスト")