Sarath0x8f commited on
Commit
b50dccc
·
verified ·
1 Parent(s): 47dbbed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ def respond(
33
  # Adding the current user input
34
  messages.append({"role": "user", "content": message})
35
 
36
- response = gr.Markdown("")
37
 
38
  # Streaming the response from the API
39
  for message in client.chat_completion(
 
33
  # Adding the current user input
34
  messages.append({"role": "user", "content": message})
35
 
36
+ response = ""
37
 
38
  # Streaming the response from the API
39
  for message in client.chat_completion(