Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
ajl2718
commited on
Commit
·
c1671f7
1
Parent(s):
79eef28
Change theming
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ def geocode(addresses):
|
|
20 |
return matcher1.geocode(address_list)
|
21 |
|
22 |
# the gradio interface
|
23 |
-
with gr.Blocks() as demo:
|
24 |
gr.Markdown("# whereabouts")
|
25 |
gr.HTML("""
|
26 |
<div style="display:flex;column-gap:4px;">
|
|
|
20 |
return matcher1.geocode(address_list)
|
21 |
|
22 |
# the gradio interface
|
23 |
+
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
24 |
gr.Markdown("# whereabouts")
|
25 |
gr.HTML("""
|
26 |
<div style="display:flex;column-gap:4px;">
|