rwayz commited on
Commit
21614f9
·
verified ·
1 Parent(s): 844f3d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -27,6 +27,7 @@ def chatbot_response(user_input):
27
  # Criando interface Gradio
28
  with gr.Blocks(theme=gr.themes.Soft()) as demo:
29
  gr.Markdown("# 🤖 Llama-70B Chatbot - SambaNova")
 
30
 
31
  chatbot = gr.Chatbot()
32
  msg = gr.Textbox(placeholder="Digite sua mensagem aqui...")
 
27
  # Criando interface Gradio
28
  with gr.Blocks(theme=gr.themes.Soft()) as demo:
29
  gr.Markdown("# 🤖 Llama-70B Chatbot - SambaNova")
30
+ gr.Markdown("Modelo: meta-llama/Llama-3.3-70B-Instruct")
31
 
32
  chatbot = gr.Chatbot()
33
  msg = gr.Textbox(placeholder="Digite sua mensagem aqui...")