amurienne commited on
Commit
a6fe8fb
·
verified ·
1 Parent(s): 0775779

reference GweLLM project

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -64,7 +64,10 @@ max_history_length = 3
64
  native_chat_history = []
65
 
66
  with gr.Blocks(theme=gr.themes.Soft()) as demo:
67
- chatbot = gr.Chatbot(label="Breton Chatbot (Translation based)", type="messages")
 
 
 
68
  msg = gr.Textbox(label='User Input')
69
 
70
  def clear(chat_history):
 
64
  native_chat_history = []
65
 
66
  with gr.Blocks(theme=gr.themes.Soft()) as demo:
67
+
68
+ gr.Markdown("# BreizhBot\n## Breton Chatbot (Translation based)\nPart of the [GweLLM](https://github.com/blackccpie/GweLLM) project")
69
+
70
+ chatbot = gr.Chatbot(label="Chat", type="messages")
71
  msg = gr.Textbox(label='User Input')
72
 
73
  def clear(chat_history):