akhaliq HF staff commited on
Commit
45716c3
1 Parent(s): 858160f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ def send_message(api_key, user_message, history):
31
  return "", history
32
 
33
  with gr.Blocks() as demo:
34
- gr.Markdown("# Together AI Chatbot Demo")
35
 
36
  history = gr.State([])
37
 
 
31
  return "", history
32
 
33
  with gr.Blocks() as demo:
34
+ gr.Markdown("# Together AI Meta-Llama-3.1-405B-Instruct-Turbo Chatbot Demo")
35
 
36
  history = gr.State([])
37