Spaces:
Sleeping
Sleeping
Commit
·
d29b1a1
1
Parent(s):
d5b6ab2
Update README.md
Browse files
README.md
CHANGED
@@ -7,7 +7,6 @@ sdk: streamlit
|
|
7 |
sdk_version: 1.25.0
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
-
license: apache-2.0
|
11 |
---
|
12 |
# Batch Run CSV Analyzer
|
13 |
|
@@ -86,4 +85,4 @@ You can switch between these modes using the buttons provided in the sidebar.
|
|
86 |
- `csv_analyzer.py`: The main script containing the Streamlit application code.
|
87 |
- `second.py`: A module providing functions for handling comparison mode.
|
88 |
- `multiple.py`: A module providing functions for handling multi-mode.
|
89 |
-
- `pre.py`: A module containing preprocessing functions.
|
|
|
7 |
sdk_version: 1.25.0
|
8 |
app_file: app.py
|
9 |
pinned: false
|
|
|
10 |
---
|
11 |
# Batch Run CSV Analyzer
|
12 |
|
|
|
85 |
- `csv_analyzer.py`: The main script containing the Streamlit application code.
|
86 |
- `second.py`: A module providing functions for handling comparison mode.
|
87 |
- `multiple.py`: A module providing functions for handling multi-mode.
|
88 |
+
- `pre.py`: A module containing preprocessing functions.
|