Spaces:
Sleeping
Sleeping
update background color
Browse files- app.py +1 -1
- process.ipynb +1 -1
app.py
CHANGED
|
@@ -78,7 +78,7 @@ st.markdown(
|
|
| 78 |
rgba(238, 100, 2, 0.5)
|
| 79 |
), url("https://imgur.com/LvZQr6p.png") no-repeat center center fixed;
|
| 80 |
background-size: 50%;
|
| 81 |
-
background-color: #
|
| 82 |
position: fixed;
|
| 83 |
top: 0;
|
| 84 |
left: 0;
|
|
|
|
| 78 |
rgba(238, 100, 2, 0.5)
|
| 79 |
), url("https://imgur.com/LvZQr6p.png") no-repeat center center fixed;
|
| 80 |
background-size: 50%;
|
| 81 |
+
background-color: #fdd692;
|
| 82 |
position: fixed;
|
| 83 |
top: 0;
|
| 84 |
left: 0;
|
process.ipynb
CHANGED
|
@@ -71,7 +71,7 @@
|
|
| 71 |
"name": "stdout",
|
| 72 |
"output_type": "stream",
|
| 73 |
"text": [
|
| 74 |
-
"成功載入
|
| 75 |
]
|
| 76 |
}
|
| 77 |
],
|
|
|
|
| 71 |
"name": "stdout",
|
| 72 |
"output_type": "stream",
|
| 73 |
"text": [
|
| 74 |
+
"成功載入 30 筆資料到 ChromaDB\n"
|
| 75 |
]
|
| 76 |
}
|
| 77 |
],
|