Spaces:
Running
Running
abril4416 commited on
Commit ·
424a11f
1
Parent(s): d15a387
Remove introductory markdown from homepage
Browse files
app.py
CHANGED
|
@@ -9,20 +9,6 @@ BASE_DIR = Path(__file__).resolve().parent
|
|
| 9 |
gr.set_static_paths(paths=[str(BASE_DIR / "linear-regression"), str(BASE_DIR / "logistic-regression")])
|
| 10 |
|
| 11 |
with gr.Blocks(title="DDW Machine Learning") as demo:
|
| 12 |
-
gr.Markdown(
|
| 13 |
-
"""
|
| 14 |
-
# DDW Machine Learning
|
| 15 |
-
|
| 16 |
-
Choose one interface:
|
| 17 |
-
- **Linear Regression** (`week10/interface`)
|
| 18 |
-
- **Logistic Regression** (`week11/interface`)
|
| 19 |
-
|
| 20 |
-
Each interface keeps its original sub-page navigation.
|
| 21 |
-
|
| 22 |
-
If scrolling feels blocked inside the Space frame, open the interface in a new tab.
|
| 23 |
-
"""
|
| 24 |
-
)
|
| 25 |
-
|
| 26 |
with gr.Row():
|
| 27 |
gr.HTML(
|
| 28 |
"""
|
|
|
|
| 9 |
gr.set_static_paths(paths=[str(BASE_DIR / "linear-regression"), str(BASE_DIR / "logistic-regression")])
|
| 10 |
|
| 11 |
with gr.Blocks(title="DDW Machine Learning") as demo:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
with gr.Row():
|
| 13 |
gr.HTML(
|
| 14 |
"""
|