Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -190,7 +190,7 @@ def append_to_at_qalog(your_role, school_selection, output_format, input_text, g
|
|
190 |
|
191 |
try:
|
192 |
# Post data to Airtable
|
193 |
-
response = requests.post(AIRTABLE_ENDPOINT, headers=
|
194 |
|
195 |
# Check for errors
|
196 |
response.raise_for_status()
|
|
|
190 |
|
191 |
try:
|
192 |
# Post data to Airtable
|
193 |
+
response = requests.post(AIRTABLE_ENDPOINT, headers=HEADERS, json=data)
|
194 |
|
195 |
# Check for errors
|
196 |
response.raise_for_status()
|