simondby
commited on
Commit
·
b140d19
1
Parent(s):
7076609
disable ip check
Browse files
app.py
CHANGED
@@ -83,7 +83,8 @@ with gr.Blocks(css=customCSS, theme=gr.themes.Soft()) as demo:
|
|
83 |
|
84 |
with gr.Row():
|
85 |
gr.Markdown(title, elem_id="title")
|
86 |
-
status_display = gr.Markdown(get_geoip(), elem_id="status_display")
|
|
|
87 |
|
88 |
with gr.Row().style(equal_height=True):
|
89 |
with gr.Column(scale=5):
|
|
|
83 |
|
84 |
with gr.Row():
|
85 |
gr.Markdown(title, elem_id="title")
|
86 |
+
# status_display = gr.Markdown(get_geoip(), elem_id="status_display")
|
87 |
+
status_display = gr.Markdown("", elem_id="status_display")
|
88 |
|
89 |
with gr.Row().style(equal_height=True):
|
90 |
with gr.Column(scale=5):
|