Spaces:
Running
on
Zero
Running
on
Zero
Update SQL Console IFrame (#13)
Browse files- Update SQL Console IFrame (5c5d415621a47947933a5dc9b447f8c7f21d3276)
Co-authored-by: Caleb Fahlgren <cfahlgren1@users.noreply.huggingface.co>
app.py
CHANGED
@@ -600,7 +600,7 @@ for model in HF_SPACES.values():
|
|
600 |
TTS_DATASET_IFRAME_ORDER = '%2C+'.join(model_series)
|
601 |
TTS_DATASET_IFRAME = f"""
|
602 |
<iframe
|
603 |
-
src="https://huggingface.co/datasets/Pendrokar/open_tts_tracker/embed/
|
604 |
frameborder="0"
|
605 |
width="100%"
|
606 |
height="650px"
|
|
|
600 |
TTS_DATASET_IFRAME_ORDER = '%2C+'.join(model_series)
|
601 |
TTS_DATASET_IFRAME = f"""
|
602 |
<iframe
|
603 |
+
src="https://huggingface.co/datasets/Pendrokar/open_tts_tracker/embed/sql-console/default/train?sql_console=true&sql=--+The+SQL+console+is+powered+by+DuckDB+WASM+and+runs+entirely+in+the+browser.%0A--+Get+started+by+typing+a+query+or+selecting+a+view+from+the+options+below.%0ASELECT+*%2C+%22Name%22+IN+%28{TTS_DATASET_IFRAME_ORDER}%29+AS+%22In+arena%22+FROM+train+WHERE+%22Insta-clone+%F0%9F%91%A5%22+IS+NOT+NULL+ORDER+BY+%22In+arena%22+DESC+LIMIT+50%3B&views%5B%5D=train"
|
604 |
frameborder="0"
|
605 |
width="100%"
|
606 |
height="650px"
|