Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -104,8 +104,9 @@ iface = gr.Interface(
|
|
104 |
],
|
105 |
live=False,
|
106 |
theme = gr.themes.Ocean(),
|
107 |
-
title="BQ knowledge engine βοΈπ‘π (
|
108 |
-
description="Provide a dataset ID to generate LookML, schema relationships, glossary, and more, with live updates.", examples=['ncaa_basketball2', 'supply_chain_ashwins','thelook_ecommerce','CORTEX_SAP_CDC','dt_kg_demo','geo_openstreetmap','google_political_ads','noaa_historic_severe_storms','stackoverflow']
|
|
|
109 |
)
|
110 |
# Launch the app
|
111 |
iface.launch(share=True, debug=True)
|
|
|
104 |
],
|
105 |
live=False,
|
106 |
theme = gr.themes.Ocean(),
|
107 |
+
title="BQ knowledge engine βοΈπ‘π (Simulator)",
|
108 |
+
description="Provide a dataset ID to generate LookML, schema relationships, glossary, and more, with live updates.", examples=['ncaa_basketball2', 'supply_chain_ashwins','thelook_ecommerce','CORTEX_SAP_CDC','dt_kg_demo','geo_openstreetmap','google_political_ads','noaa_historic_severe_storms','stackoverflow'],
|
109 |
+
article = "This is a simulator that provides a sneak-peek into how BQ knowledge engine works."
|
110 |
)
|
111 |
# Launch the app
|
112 |
iface.launch(share=True, debug=True)
|