Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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.
|