Spaces:
Running
Running
Commit
·
8c530ad
1
Parent(s):
b143b8b
progress more 35+
Browse files
app.py
CHANGED
@@ -238,7 +238,7 @@ def create_output_file(df, uploaded_file, analysis_df):
|
|
238 |
return output
|
239 |
|
240 |
def main():
|
241 |
-
st.title("... приступим к анализу... версия
|
242 |
|
243 |
uploaded_file = st.file_uploader("Выбирайте Excel-файл", type="xlsx")
|
244 |
|
@@ -269,7 +269,7 @@ def main():
|
|
269 |
|
270 |
|
271 |
# Offer download of results
|
272 |
-
output = create_output_file(df)
|
273 |
st.download_button(
|
274 |
label="Скачать результат анализа новостей",
|
275 |
data=output,
|
|
|
238 |
return output
|
239 |
|
240 |
def main():
|
241 |
+
st.title("... приступим к анализу... версия 35+")
|
242 |
|
243 |
uploaded_file = st.file_uploader("Выбирайте Excel-файл", type="xlsx")
|
244 |
|
|
|
269 |
|
270 |
|
271 |
# Offer download of results
|
272 |
+
output = create_output_file(df, uploaded_file, analysis_df)
|
273 |
st.download_button(
|
274 |
label="Скачать результат анализа новостей",
|
275 |
data=output,
|