Update app.py
Browse files
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("
|
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 |
|