mirror of
https://github.com/gradio-app/gradio.git
synced 2025-04-24 13:01:18 +08:00
Hide new demos by default (#2079)
This commit is contained in:
parent
d97fe6e356
commit
dc437f4161
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user