Spaces:
Sleeping
Sleeping
Update server.py
Browse files
server.py
CHANGED
|
@@ -70,7 +70,7 @@ If no example exists in the source, write: "Not found in source".
|
|
| 70 |
|
| 71 |
SOURCE:
|
| 72 |
<source_material>
|
| 73 |
-
{raw_data[:
|
| 74 |
</source_material>
|
| 75 |
"""
|
| 76 |
|
|
@@ -141,7 +141,7 @@ Final Answer: ...
|
|
| 141 |
|
| 142 |
SOURCE:
|
| 143 |
<source_material>
|
| 144 |
-
{raw_data[:
|
| 145 |
</source_material>
|
| 146 |
"""
|
| 147 |
|
|
|
|
| 70 |
|
| 71 |
SOURCE:
|
| 72 |
<source_material>
|
| 73 |
+
{raw_data[:4000]}
|
| 74 |
</source_material>
|
| 75 |
"""
|
| 76 |
|
|
|
|
| 141 |
|
| 142 |
SOURCE:
|
| 143 |
<source_material>
|
| 144 |
+
{raw_data[:4000]}
|
| 145 |
</source_material>
|
| 146 |
"""
|
| 147 |
|