miesnerjacob commited on
Commit
b4401d7
β€’
1 Parent(s): 932c45b

changed readme and added streamlit gidden folder

Browse files
.DS_Store CHANGED
Binary files a/.DS_Store and b/.DS_Store differ
.idea/.gitignore DELETED
@@ -1,3 +0,0 @@
1
- # Default ignored files
2
- /shelf/
3
- /workspace.xml
 
 
 
.idea/Multi-task-NLP.iml DELETED
@@ -1,15 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <module type="PYTHON_MODULE" version="4">
3
- <component name="NewModuleRootManager">
4
- <content url="file://$MODULE_DIR$" />
5
- <orderEntry type="inheritedJdk" />
6
- <orderEntry type="sourceFolder" forTests="false" />
7
- </component>
8
- <component name="PyDocumentationSettings">
9
- <option name="format" value="NUMPY" />
10
- <option name="myDocStringFormat" value="NumPy" />
11
- </component>
12
- <component name="TestRunnerService">
13
- <option name="PROJECT_TEST_RUNNER" value="Twisted Trial" />
14
- </component>
15
- </module>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
.idea/inspectionProfiles/Project_Default.xml DELETED
@@ -1,30 +0,0 @@
1
- <component name="InspectionProjectProfileManager">
2
- <profile version="1.0">
3
- <option name="myName" value="Project Default" />
4
- <inspection_tool class="PyBroadExceptionInspection" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
5
- <inspection_tool class="PyInterpreterInspection" enabled="false" level="WARNING" enabled_by_default="false" />
6
- <inspection_tool class="PyPep8Inspection" enabled="true" level="WEAK WARNING" enabled_by_default="true">
7
- <option name="ignoredErrors">
8
- <list>
9
- <option value="E501" />
10
- </list>
11
- </option>
12
- </inspection_tool>
13
- <inspection_tool class="PyPep8NamingInspection" enabled="true" level="WEAK WARNING" enabled_by_default="true">
14
- <option name="ignoredErrors">
15
- <list>
16
- <option value="N806" />
17
- </list>
18
- </option>
19
- </inspection_tool>
20
- <inspection_tool class="PyTypeCheckerInspection" enabled="true" level="WEAK WARNING" enabled_by_default="true" />
21
- <inspection_tool class="PyUnresolvedReferencesInspection" enabled="true" level="WARNING" enabled_by_default="true">
22
- <option name="ignoredIdentifiers">
23
- <list>
24
- <option value="ad_format_splitter" />
25
- <option value="tuple.classify" />
26
- </list>
27
- </option>
28
- </inspection_tool>
29
- </profile>
30
- </component>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
.idea/inspectionProfiles/profiles_settings.xml DELETED
@@ -1,6 +0,0 @@
1
- <component name="InspectionProjectProfileManager">
2
- <settings>
3
- <option name="USE_PROJECT_PROFILE" value="false" />
4
- <version value="1.0" />
5
- </settings>
6
- </component>
 
 
 
 
 
 
.idea/misc.xml DELETED
@@ -1,4 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="ProjectRootManager" version="2" project-jdk-name="Python 3.8" project-jdk-type="Python SDK" />
4
- </project>
 
 
 
 
.idea/modules.xml DELETED
@@ -1,8 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="ProjectModuleManager">
4
- <modules>
5
- <module fileurl="file://$PROJECT_DIR$/.idea/Multi-task-NLP.iml" filepath="$PROJECT_DIR$/.idea/Multi-task-NLP.iml" />
6
- </modules>
7
- </component>
8
- </project>
 
 
 
 
 
 
 
 
.idea/vcs.xml DELETED
@@ -1,6 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="VcsDirectoryMappings">
4
- <mapping directory="$PROJECT_DIR$" vcs="Git" />
5
- </component>
6
- </project>
 
 
 
 
 
 
.streamlit/config.toml ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
1
+ [theme]
2
+ primaryColor="#f58442"
3
+ backgroundColor="#FFFFFF"
4
+ secondaryBackgroundColor="#F0F2F6"
5
+ textColor="#262730"
6
+ font="sans serif"
README.md CHANGED
@@ -1,8 +1,6 @@
1
  ---
2
  title: Multi Task NLP
3
- emoji: 🐨
4
- colorFrom: gray
5
- colorTo: yellow
6
  sdk: streamlit
7
  sdk_version: 1.10.0
8
  app_file: app.py
1
  ---
2
  title: Multi Task NLP
3
+ emoji: πŸ€–πŸ‘½πŸ”₯πŸ’―
 
 
4
  sdk: streamlit
5
  sdk_version: 1.10.0
6
  app_file: app.py