Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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}")
|