sawac commited on
Commit
0eb6577
·
verified ·
1 Parent(s): 42bba8a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -59,11 +59,11 @@ def greet(prompt, temperature):
59
  with gr.Blocks() as demo:
60
  gr.Markdown(f"# LLMチャットボット(Streaming)")
61
  gr.HighlightedText(
62
- value=[("これは", None), ("ハイライト", "positive"), ("された", None), ("テキスト", "negative"), ("です。", None)],
63
- label="ハイライトテキスト"
64
  )
65
- gr.Textbox(value="これは読み取り専用のテキストボックスです。", label="情報", interactive=False)
66
- gr.Markdown(f"Model: {filename} ")
67
 
68
  loading_status = gr.Textbox(label="Loading Status")
69
 
 
59
  with gr.Blocks() as demo:
60
  gr.Markdown(f"# LLMチャットボット(Streaming)")
61
  gr.HighlightedText(
62
+ value=[("これは", None), ("軽量なLLM", "negative"), ("", None), ("テストアプリ", "negative"), ("です。", None)],
63
+ label="説明"
64
  )
65
+ gr.Textbox(value=filename, label="モデル:", interactive=False)
66
+ # gr.Markdown(f"Model: {filename} ")
67
 
68
  loading_status = gr.Textbox(label="Loading Status")
69