Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -378,10 +378,10 @@ with gr.Blocks(fill_width=True) as demo:
|
|
378 |
outputs=[T_data, T_data_ss_state, T_data_filter]
|
379 |
)
|
380 |
|
381 |
-
|
382 |
-
T_data.select(
|
383 |
-
|
384 |
-
|
385 |
|
386 |
@T_data_filter.input(inputs=[T_data_ss_state, T_data_filter], outputs=T_data)
|
387 |
def filter_df(df, filter):
|
|
|
378 |
outputs=[T_data, T_data_ss_state, T_data_filter]
|
379 |
)
|
380 |
|
381 |
+
T_data.select(T_on_select, None, T_tweet_embed, preprocess=False).then(fn=None, js="reloadTwitterWidgets()")
|
382 |
+
# T_data.select(
|
383 |
+
# fn=lambda: gr.update(value=""),
|
384 |
+
# outputs=T_tweet_embed).then(T_on_select, None, T_tweet_embed).then(fn=None, js="reloadTwitterWidgets()")
|
385 |
|
386 |
@T_data_filter.input(inputs=[T_data_ss_state, T_data_filter], outputs=T_data)
|
387 |
def filter_df(df, filter):
|