lunarflu HF staff commited on
Commit
07574c1
β€’
1 Parent(s): 080e752

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -867,7 +867,7 @@ with demo:
867
  gr.Markdown("# πŸ“ˆ How to earn Experience!")
868
  with gr.Row():
869
  gr.DataFrame(get_data2, every=5, interactive=False)
870
- #with gr.TabItem("πŸ“ˆ Activity Heatmap", elem_id="activity-heatmap", id=1):
871
  with gr.Row():
872
  username_input = gr.Textbox(label="Enter Username")
873
  with gr.Row():
 
867
  gr.Markdown("# πŸ“ˆ How to earn Experience!")
868
  with gr.Row():
869
  gr.DataFrame(get_data2, every=5, interactive=False)
870
+ with gr.TabItem("πŸ“ˆ Activity Heatmap", elem_id="activity-heatmap", id=1):
871
  with gr.Row():
872
  username_input = gr.Textbox(label="Enter Username")
873
  with gr.Row():