Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -330,12 +330,4 @@ with gr.Blocks(js=js_func, css="""
|
|
330 |
data_table
|
331 |
)
|
332 |
|
333 |
-
with gr.Row():
|
334 |
-
with gr.Column(scale=1):
|
335 |
-
gr.Markdown("### 🧳 Digital Nomad Tips")
|
336 |
-
gr.Markdown("- Look for places with digital nomad visas for longer stays \n"
|
337 |
-
"- Consider internet speed if you need to attend video meetings \n"
|
338 |
-
"- Balance cost of living with quality of life for the best experience \n"
|
339 |
-
"- Some newer nomad destinations may have incomplete data")
|
340 |
-
|
341 |
demo.launch()
|
|
|
330 |
data_table
|
331 |
)
|
332 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
333 |
demo.launch()
|