framlc commited on
Commit
4d99de2
1 Parent(s): 8bd17e3

remove IP check

Browse files
Files changed (1) hide show
  1. 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(get_geoip(), 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")
 
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")