jskinner215 commited on
Commit
184b40d
β€’
1 Parent(s): 25fc3a2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -2
README.md CHANGED
@@ -1,3 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  Here are the main classes, functions, and methods that will be implemented:
2
 
3
  1. `CSVLoader`: This class will have methods for uploading CSV files and converting them into pandas dataframes with the required structure.
@@ -8,6 +22,4 @@ Here are the main classes, functions, and methods that will be implemented:
8
  6. `run.sh`: This is the entrypoint of the program. It will start the application and handle any command line arguments.
9
  7. `requirements.txt`: This file will list all the Python package dependencies for the application.
10
 
11
- Now, let's implement the code for each file.
12
 
13
- run.sh
 
1
+
2
+ ---
3
+ title: TAPASxHF2
4
+ emoji: πŸš€
5
+ colorFrom: yellow
6
+ colorTo: blue
7
+ sdk: streamlit
8
+ sdk_version: 1.26.0
9
+ app_file: app.py
10
+ pinned: false
11
+ ---
12
+
13
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
14
+
15
  Here are the main classes, functions, and methods that will be implemented:
16
 
17
  1. `CSVLoader`: This class will have methods for uploading CSV files and converting them into pandas dataframes with the required structure.
 
22
  6. `run.sh`: This is the entrypoint of the program. It will start the application and handle any command line arguments.
23
  7. `requirements.txt`: This file will list all the Python package dependencies for the application.
24
 
 
25