sawac commited on
Commit
90aaf16
·
verified ·
1 Parent(s): 0eb6577

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ def greet(prompt, temperature):
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)
 
59
  with gr.Blocks() as demo:
60
  gr.Markdown(f"# LLMチャットボット(Streaming)")
61
  gr.HighlightedText(
62
+ value=[("これは", None), ("軽量なLLM", "negative"), ("の", None), ("テストアプリ", "positive"), ("です。", None)],
63
  label="説明"
64
  )
65
  gr.Textbox(value=filename, label="モデル:", interactive=False)