Fix styling, quieter startup, and clearer outputs
Browse files- __pycache__/app.cpython-310.pyc +0 -0
- app.py +1 -6
__pycache__/app.cpython-310.pyc
CHANGED
|
Binary files a/__pycache__/app.cpython-310.pyc and b/__pycache__/app.cpython-310.pyc differ
|
|
|
app.py
CHANGED
|
@@ -428,14 +428,9 @@ def load_example(example_name: str):
|
|
| 428 |
)
|
| 429 |
|
| 430 |
|
| 431 |
-
with gr.Blocks(title="BioAssayAlign Compatibility Explorer", analytics_enabled=False) as demo:
|
| 432 |
gr.Markdown(
|
| 433 |
"""
|
| 434 |
-
<style>
|
| 435 |
-
"""
|
| 436 |
-
+ CSS
|
| 437 |
-
+ """
|
| 438 |
-
</style>
|
| 439 |
<div id="hero">
|
| 440 |
<div class="eyebrow">BioAssayAlign 路 assay-conditioned molecule ranking</div>
|
| 441 |
<div class="hero-title">Prioritize a candidate list against an assay</div>
|
|
|
|
| 428 |
)
|
| 429 |
|
| 430 |
|
| 431 |
+
with gr.Blocks(title="BioAssayAlign Compatibility Explorer", analytics_enabled=False, css=CSS) as demo:
|
| 432 |
gr.Markdown(
|
| 433 |
"""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 434 |
<div id="hero">
|
| 435 |
<div class="eyebrow">BioAssayAlign 路 assay-conditioned molecule ranking</div>
|
| 436 |
<div class="hero-title">Prioritize a candidate list against an assay</div>
|