2
0
mirror of https://github.com/gradio-app/gradio.git synced 2025-04-24 13:01:18 +08:00

Hide new demos by default ()

This commit is contained in:
Freddy Boulton 2022-08-24 14:26:31 -04:00 committed by GitHub
parent d97fe6e356
commit dc437f4161
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -67,12 +67,12 @@ gr<span class="token punctuation">.</span>Interface<span class="token punctuatio
<gradio-app space="gradio/Echocardiogram-Segmentation"> </gradio-app>
</div>
</div>
<div class="demo space-y-2 md:col-span-3" demo="4">
<div class="demo space-y-2 md:col-span-3 hidden" demo="4">
<div class="mx-auto max-w-5xl">
<gradio-app space="gradio/timeseries-forecasting-with-prophet"> </gradio-app>
</div>
</div>
<div class="demo space-y-2 md:col-span-3" demo="5">
<div class="demo space-y-2 md:col-span-3 hidden" demo="5">
<div class="mx-auto max-w-5xl">
<gradio-app space="gradio/xgboost-income-prediction-with-explainability"> </gradio-app>
</div>