remove IP check
Browse files- ChuanhuChatbot.py +1 -1
ChuanhuChatbot.py
CHANGED
@@ -44,7 +44,7 @@ with gr.Blocks(theme=small_and_beautiful_theme) as demo:
|
|
44 |
with gr.Row(elem_id="chuanhu-header"):
|
45 |
gr.HTML(get_html("header_title.html").format(
|
46 |
app_title=CHUANHU_TITLE), elem_id="app-title")
|
47 |
-
status_display = gr.Markdown(
|
48 |
with gr.Row(elem_id="float-display"):
|
49 |
user_info = gr.Markdown(
|
50 |
value="getting user info...", elem_id="user-info")
|
|
|
44 |
with gr.Row(elem_id="chuanhu-header"):
|
45 |
gr.HTML(get_html("header_title.html").format(
|
46 |
app_title=CHUANHU_TITLE), elem_id="app-title")
|
47 |
+
status_display = gr.Markdown('', elem_id="status-display")
|
48 |
with gr.Row(elem_id="float-display"):
|
49 |
user_info = gr.Markdown(
|
50 |
value="getting user info...", elem_id="user-info")
|