Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -212,7 +212,7 @@ username_populated = False
|
|
| 212 |
|
| 213 |
|
| 214 |
def chat(radio_score=None, selected_option=None):
|
| 215 |
-
print("headers {}".format(
|
| 216 |
client = get_client_from_tokens()
|
| 217 |
history = []
|
| 218 |
|
|
|
|
| 212 |
|
| 213 |
|
| 214 |
def chat(radio_score=None, selected_option=None):
|
| 215 |
+
print("headers {}".format(self.request))
|
| 216 |
client = get_client_from_tokens()
|
| 217 |
history = []
|
| 218 |
|