Spaces:
Build error
Build error
Top level
Browse files- hello/Hello.py β Hello.py +0 -0
- README.md +1 -1
- hello/__init__.py +0 -13
- {hello/pages β pages}/0_Animation_Demo.py +0 -0
- {hello/pages β pages}/1_Plotting_Demo.py +0 -0
- {hello/pages β pages}/2_Mapping_Demo.py +0 -0
- {hello/pages β pages}/3_DataFrame_Demo.py +0 -0
- hello/utils.py β utils.py +0 -0
hello/Hello.py β Hello.py
RENAMED
|
File without changes
|
README.md
CHANGED
|
@@ -5,7 +5,7 @@ colorFrom: blue
|
|
| 5 |
colorTo: green
|
| 6 |
sdk: streamlit
|
| 7 |
sdk_version: 1.15.2
|
| 8 |
-
app_file:
|
| 9 |
pinned: false
|
| 10 |
---
|
| 11 |
|
|
|
|
| 5 |
colorTo: green
|
| 6 |
sdk: streamlit
|
| 7 |
sdk_version: 1.15.2
|
| 8 |
+
app_file: Hello.py
|
| 9 |
pinned: false
|
| 10 |
---
|
| 11 |
|
hello/__init__.py
DELETED
|
@@ -1,13 +0,0 @@
|
|
| 1 |
-
# Copyright (c) Streamlit Inc. (2018-2022) Snowflake Inc. (2022)
|
| 2 |
-
#
|
| 3 |
-
# Licensed under the Apache License, Version 2.0 (the "License");
|
| 4 |
-
# you may not use this file except in compliance with the License.
|
| 5 |
-
# You may obtain a copy of the License at
|
| 6 |
-
#
|
| 7 |
-
# http://www.apache.org/licenses/LICENSE-2.0
|
| 8 |
-
#
|
| 9 |
-
# Unless required by applicable law or agreed to in writing, software
|
| 10 |
-
# distributed under the License is distributed on an "AS IS" BASIS,
|
| 11 |
-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
| 12 |
-
# See the License for the specific language governing permissions and
|
| 13 |
-
# limitations under the License.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{hello/pages β pages}/0_Animation_Demo.py
RENAMED
|
File without changes
|
{hello/pages β pages}/1_Plotting_Demo.py
RENAMED
|
File without changes
|
{hello/pages β pages}/2_Mapping_Demo.py
RENAMED
|
File without changes
|
{hello/pages β pages}/3_DataFrame_Demo.py
RENAMED
|
File without changes
|
hello/utils.py β utils.py
RENAMED
|
File without changes
|