Deploy analyst-buddy (Gradio app + serving)
Browse files- server/app_ui.py +6 -5
server/app_ui.py
CHANGED
|
@@ -155,13 +155,14 @@ _BUILD_PROOF = (
|
|
| 155 |
"(pet-shop retail: 0% → 42%)."
|
| 156 |
)
|
| 157 |
_BUILD_WIP = (
|
| 158 |
-
"
|
| 159 |
-
"
|
| 160 |
-
"
|
| 161 |
)
|
| 162 |
_HEAD2HEAD_INTRO = (
|
| 163 |
-
"
|
| 164 |
-
"
|
|
|
|
| 165 |
)
|
| 166 |
# The "what we're building" body (rendered inside the always-DARK card by
|
| 167 |
# ``_why_card_html`` below, optionally with the head-to-head showcase nested in).
|
|
|
|
| 155 |
"(pet-shop retail: 0% → 42%)."
|
| 156 |
)
|
| 157 |
_BUILD_WIP = (
|
| 158 |
+
"Current status: one- and two-table questions are reliable, three-table joins "
|
| 159 |
+
"are still a weak spot, and a longer training run showed signs of overfitting "
|
| 160 |
+
"that we're analyzing."
|
| 161 |
)
|
| 162 |
_HEAD2HEAD_INTRO = (
|
| 163 |
+
"A side-by-side on the same question: the same tiny model before and after "
|
| 164 |
+
"fine-tuning. Off-the-shelf, it gives up or guesses wrong. Fine-tuned, it "
|
| 165 |
+
"explores the data and answers."
|
| 166 |
)
|
| 167 |
# The "what we're building" body (rendered inside the always-DARK card by
|
| 168 |
# ``_why_card_html`` below, optionally with the head-to-head showcase nested in).
|