Maria Castellanos
commited on
Commit
Β·
1ce3151
1
Parent(s):
e9ed1a8
delete table formatting
Browse files
app.py
CHANGED
|
@@ -163,7 +163,7 @@ def gradio_interface():
|
|
| 163 |
- We will estimate errors on the metrics using bootstrapping and use the statistical testing workflow outlined in [this paper](https://chemrxiv.org/engage/chemrxiv/article-details/672a91bd7be152b1d01a926b) to determine if model performance is statistically distinct.
|
| 164 |
|
| 165 |
π
**Timeline**:
|
| 166 |
-
- **September
|
| 167 |
- **September XX:** Sample data release
|
| 168 |
- **October 27:** Challenge starts
|
| 169 |
- **October-November:** Online Q&A sessions and support via the Discord channel
|
|
@@ -182,34 +182,6 @@ def gradio_interface():
|
|
| 182 |
font-weight: 700 !important;
|
| 183 |
}
|
| 184 |
</style>
|
| 185 |
-
<style>
|
| 186 |
-
#welcome-md table {
|
| 187 |
-
width: 60%;
|
| 188 |
-
border-collapse: collapse;
|
| 189 |
-
font-size: 0.95rem;
|
| 190 |
-
line-height: 1.2; /* tighter vertical spacing */
|
| 191 |
-
}
|
| 192 |
-
#welcome-md th, #welcome-md td {
|
| 193 |
-
padding: 6px 10px; /* reduce cell padding */
|
| 194 |
-
border: 1px solid rgba(0,0,0,0.9);
|
| 195 |
-
vertical-align: middle;
|
| 196 |
-
}
|
| 197 |
-
#welcome-md thead th {
|
| 198 |
-
background: var(--panel-background-fill, #f5f5f7);
|
| 199 |
-
font-weight: 1000;
|
| 200 |
-
}
|
| 201 |
-
/* Header shading */
|
| 202 |
-
#welcome-md thead th:nth-child(2),
|
| 203 |
-
#welcome-md thead th:nth-child(3) {
|
| 204 |
-
text-align: center;
|
| 205 |
-
}
|
| 206 |
-
/* Zebra striping */
|
| 207 |
-
#welcome-md tbody tr:nth-child(odd) { background: rgba(0,0,0,0.03); }
|
| 208 |
-
#welcome-md tbody tr:hover { background: rgba(0,0,0,0.06); }
|
| 209 |
-
/* Align columns */
|
| 210 |
-
#welcome-md td:nth-child(2),
|
| 211 |
-
#welcome-md td:nth-child(3) { text-align: center; white-space: nowrap; }
|
| 212 |
-
</style>
|
| 213 |
""")
|
| 214 |
with gr.Tabs(elem_classes="tab-buttons"):
|
| 215 |
lboard_dict = {}
|
|
|
|
| 163 |
- We will estimate errors on the metrics using bootstrapping and use the statistical testing workflow outlined in [this paper](https://chemrxiv.org/engage/chemrxiv/article-details/672a91bd7be152b1d01a926b) to determine if model performance is statistically distinct.
|
| 164 |
|
| 165 |
π
**Timeline**:
|
| 166 |
+
- **September 16:** Challenge announcement
|
| 167 |
- **September XX:** Sample data release
|
| 168 |
- **October 27:** Challenge starts
|
| 169 |
- **October-November:** Online Q&A sessions and support via the Discord channel
|
|
|
|
| 182 |
font-weight: 700 !important;
|
| 183 |
}
|
| 184 |
</style>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 185 |
""")
|
| 186 |
with gr.Tabs(elem_classes="tab-buttons"):
|
| 187 |
lboard_dict = {}
|