RomZay commited on
Commit
0e5c78b
·
verified ·
1 Parent(s): 094acf3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ headers = {
11
  "Content-Type": "application/json",
12
  }
13
 
14
- ASSISTANT_PIC_PATH = "API.png"
15
 
16
  def respond(message, history, system_message, max_tokens, top_p, temperature):
17
  messages = []
 
11
  "Content-Type": "application/json",
12
  }
13
 
14
+ ASSISTANT_PIC_PATH = "./API.png"
15
 
16
  def respond(message, history, system_message, max_tokens, top_p, temperature):
17
  messages = []