ghost613 commited on
Commit
0b4e91c
·
verified ·
1 Parent(s): 26a175c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -38,6 +38,11 @@ def get_list_title(list_name):
38
  def switch_list(list_name):
39
  return get_list_title(list_name), get_list_items(list_name)
40
 
 
 
 
 
 
41
  # Build the Gradio interface
42
  with gr.Blocks(title="Static List Manager") as app:
43
  gr.Markdown("# Static List Manager")
 
38
  def switch_list(list_name):
39
  return get_list_title(list_name), get_list_items(list_name)
40
 
41
+ gr.Markdown("""
42
+ ## Useful Things Archive
43
+
44
+ """)
45
+
46
  # Build the Gradio interface
47
  with gr.Blocks(title="Static List Manager") as app:
48
  gr.Markdown("# Static List Manager")