Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
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 |
-
|
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():
|