Spaces:
Sleeping
Sleeping
chore: another attemp
Browse files
app.py
CHANGED
@@ -565,8 +565,7 @@ if __name__ == "__main__":
|
|
565 |
|
566 |
(X_train, X_test), (y_train, y_test), valid_symptoms, diseases = load_data()
|
567 |
|
568 |
-
with gr.Blocks(css=
|
569 |
-
gr.HTML(back_to_top_btn_html)
|
570 |
|
571 |
# Link + images
|
572 |
gr.Markdown(
|
|
|
565 |
|
566 |
(X_train, X_test), (y_train, y_test), valid_symptoms, diseases = load_data()
|
567 |
|
568 |
+
with gr.Blocks(css="#box { height: 500px; overflow-y: scroll !important}") as demo:
|
|
|
569 |
|
570 |
# Link + images
|
571 |
gr.Markdown(
|