m-ric HF staff commited on
Commit
aee4cdd
1 Parent(s): 4d84a11

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -11,7 +11,7 @@ from gradio.data_classes import FileData
11
 
12
  login(os.getenv("HUGGINGFACEHUB_API_TOKEN"))
13
 
14
- llm_engine = HfEngine("meta-llama/Meta-Llama-3.1-405B-Instruct")
15
 
16
  agent = ReactCodeAgent(
17
  tools=[],
@@ -109,7 +109,7 @@ Drop a `.csv` file below, add notes to describe this data if needed, and **Llama
109
  )
110
  submit = gr.Button("Run analysis!")
111
  chatbot = gr.Chatbot(
112
- label="Agent",
113
  type="messages",
114
  avatar_images=(
115
  None,
 
11
 
12
  login(os.getenv("HUGGINGFACEHUB_API_TOKEN"))
13
 
14
+ llm_engine = HfEngine("meta-llama/Meta-Llama-3.1-70B-Instruct")
15
 
16
  agent = ReactCodeAgent(
17
  tools=[],
 
109
  )
110
  submit = gr.Button("Run analysis!")
111
  chatbot = gr.Chatbot(
112
+ label="Data Analyst Agent",
113
  type="messages",
114
  avatar_images=(
115
  None,