Spaces:
Running
Running
Commit
·
395bd70
1
Parent(s):
261f952
progress more 44++
Browse files
app.py
CHANGED
@@ -433,6 +433,7 @@ def main():
|
|
433 |
data=output_with_llm,
|
434 |
file_name="результат_анализа_с_нейросетью.xlsx",
|
435 |
mime="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"
|
|
|
436 |
|
437 |
|
438 |
if __name__ == "__main__":
|
|
|
433 |
data=output_with_llm,
|
434 |
file_name="результат_анализа_с_нейросетью.xlsx",
|
435 |
mime="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"
|
436 |
+
)
|
437 |
|
438 |
|
439 |
if __name__ == "__main__":
|