Nymbo commited on
Commit
d0ad7e4
Β·
verified Β·
1 Parent(s): e30a182

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,7 +73,7 @@ def query_dataset(hub_repo_id, features, query):
73
  return query, get_iframe(hub_repo_id, query)
74
 
75
 
76
- with gr.Blocks() as demo:
77
  gr.Markdown("""# πŸ₯ πŸ¦™ πŸ€— Text To SQL Hub Datasets πŸ€— πŸ¦™ πŸ₯
78
 
79
  This is a basic text to SQL tool that allows you to query datasets on Huggingface Hub.
 
73
  return query, get_iframe(hub_repo_id, query)
74
 
75
 
76
+ with gr.Blocks(theme="Nymbo/Nymbo_Theme") as demo:
77
  gr.Markdown("""# πŸ₯ πŸ¦™ πŸ€— Text To SQL Hub Datasets πŸ€— πŸ¦™ πŸ₯
78
 
79
  This is a basic text to SQL tool that allows you to query datasets on Huggingface Hub.