Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ js = """
|
|
31 |
}
|
32 |
"""
|
33 |
|
34 |
-
def T_on_select(
|
35 |
# if evt.index[1] == 3:
|
36 |
# html = """<blockquote id="tweet-container" class="twitter-tweet" data-dnt="true" data-theme="dark">""" + \
|
37 |
# f"""\n<a href="https://twitter.com/anyuser/status/{evt.value}"></a></blockquote>"""
|
|
|
31 |
}
|
32 |
"""
|
33 |
|
34 |
+
def T_on_select(evt: gr.SelectData):
|
35 |
# if evt.index[1] == 3:
|
36 |
# html = """<blockquote id="tweet-container" class="twitter-tweet" data-dnt="true" data-theme="dark">""" + \
|
37 |
# f"""\n<a href="https://twitter.com/anyuser/status/{evt.value}"></a></blockquote>"""
|