Spaces:
Running
Running
Commit
·
b884013
1
Parent(s):
fe6b622
progress more 55
Browse files- app.py +1 -1
- requirements.txt +0 -1
app.py
CHANGED
@@ -492,7 +492,7 @@ def create_output_file(df, uploaded_file, analysis_df):
|
|
492 |
return output
|
493 |
|
494 |
def main():
|
495 |
-
st.title("... приступим к анализу... версия
|
496 |
|
497 |
# Initialize session state
|
498 |
if 'processed_df' not in st.session_state:
|
|
|
492 |
return output
|
493 |
|
494 |
def main():
|
495 |
+
st.title("... приступим к анализу... версия 56")
|
496 |
|
497 |
# Initialize session state
|
498 |
if 'processed_df' not in st.session_state:
|
requirements.txt
CHANGED
@@ -14,4 +14,3 @@ langchain
|
|
14 |
langchain-community
|
15 |
huggingface_hub
|
16 |
accelerate>=0.26.0
|
17 |
-
logging
|
|
|
14 |
langchain-community
|
15 |
huggingface_hub
|
16 |
accelerate>=0.26.0
|
|