Spaces:
Sleeping
Sleeping
image markdown
Browse files
app.py
CHANGED
@@ -91,7 +91,7 @@ with gr.Blocks() as demo:
|
|
91 |
with gr.Column(min_width=320):
|
92 |
search_bar = gr.Textbox(placeholder="🔍 Search for a author", show_label=False)
|
93 |
|
94 |
-
gr_followers = gr.Dataframe(df, interactive=False, datatype=["number", 'markdown', 'number'])
|
95 |
|
96 |
search_bar.submit(fn=search, inputs=search_bar, outputs=gr_followers)
|
97 |
|
|
|
91 |
with gr.Column(min_width=320):
|
92 |
search_bar = gr.Textbox(placeholder="🔍 Search for a author", show_label=False)
|
93 |
|
94 |
+
gr_followers = gr.Dataframe(df, interactive=False, datatype=["number", 'markdown', 'number', 'markdown'])
|
95 |
|
96 |
search_bar.submit(fn=search, inputs=search_bar, outputs=gr_followers)
|
97 |
|