Upload 4 files
Browse files- assets/css/style.css +33 -0
- assets/webfonts/font.txt +3 -0
- home/home.png +0 -0
- requirements.txt +7 -0
assets/css/style.css
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*{
|
| 2 |
+
font-family: 'Fantasy', sans-serif;
|
| 3 |
+
}
|
| 4 |
+
.stTextArea{
|
| 5 |
+
height: auto;
|
| 6 |
+
|
| 7 |
+
}
|
| 8 |
+
|
| 9 |
+
div[class="css-keje6w e1tzin5v2"]{
|
| 10 |
+
column-gap: 100px;
|
| 11 |
+
}
|
| 12 |
+
|
| 13 |
+
h2{
|
| 14 |
+
color: #5ba56e;
|
| 15 |
+
}
|
| 16 |
+
|
| 17 |
+
h3{
|
| 18 |
+
color:#007a7a;
|
| 19 |
+
}
|
| 20 |
+
|
| 21 |
+
label[class="css-16huue1 effi0qh3"]{
|
| 22 |
+
|
| 23 |
+
font-size: 16px;
|
| 24 |
+
}
|
| 25 |
+
|
| 26 |
+
p{
|
| 27 |
+
color:#78701d;
|
| 28 |
+
font-size: 16px;
|
| 29 |
+
}
|
| 30 |
+
|
| 31 |
+
textarea{
|
| 32 |
+
color:#007a7a;
|
| 33 |
+
}
|
assets/webfonts/font.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<link rel="preconnect" href="https://fonts.googleapis.com">
|
| 2 |
+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
| 3 |
+
<link href="https://fonts.googleapis.com/css2?family=Kanit:wght@200&display=swap" rel="stylesheet">
|
home/home.png
ADDED
|
requirements.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
numpy
|
| 2 |
+
streamlit
|
| 3 |
+
streamlit-echarts
|
| 4 |
+
streamlit-on-hover-tabs
|
| 5 |
+
opencv-python
|
| 6 |
+
pandas
|
| 7 |
+
matplotlib
|