agentharbor commited on
Commit
3a4bac0
Β·
verified Β·
1 Parent(s): 7c60a9d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -104,8 +104,9 @@ iface = gr.Interface(
104
  ],
105
  live=False,
106
  theme = gr.themes.Ocean(),
107
- title="BQ knowledge engine βš™οΈπŸ’‘πŸ“Š (Research preview)",
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)