Weyaxi commited on
Commit
b7a5517
·
verified ·
1 Parent(s): 77227d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -94,7 +94,7 @@ with gr.Blocks() as demo:
94
 
95
  gr_followers = gr.Dataframe(df, interactive=False, datatype=["number", 'markdown', 'number'])
96
 
97
- with gr.TabItem("📊 Dataframe", id=1):
98
  with gr.Column(min_width=320):
99
  search_bar_graph = gr.Textbox(placeholder="🔍 Search for a author or authors seperated by comma", show_label=False)
100
 
 
94
 
95
  gr_followers = gr.Dataframe(df, interactive=False, datatype=["number", 'markdown', 'number'])
96
 
97
+ with gr.TabItem("📈 Graphic", id=2):
98
  with gr.Column(min_width=320):
99
  search_bar_graph = gr.Textbox(placeholder="🔍 Search for a author or authors seperated by comma", show_label=False)
100