Shreyas094 commited on
Commit
0b6ac2f
·
verified ·
1 Parent(s): a7f62d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -355,10 +355,6 @@ Write a detailed and complete response that answers the following user question:
355
  response += chunk
356
  yield response # Yield partial response
357
 
358
- # In the get_response_from_cloudflare function:
359
- logging.debug(f"Cloudflare API Response: {response.status_code}")
360
- logging.debug(f"Cloudflare API Response Content: {response.text[:100]}...")
361
-
362
  def vote(data: gr.LikeData):
363
  if data.liked:
364
  print(f"You upvoted this response: {data.value}")
 
355
  response += chunk
356
  yield response # Yield partial response
357
 
 
 
 
 
358
  def vote(data: gr.LikeData):
359
  if data.liked:
360
  print(f"You upvoted this response: {data.value}")