jayebaku commited on
Commit
5fdbd4f
·
verified ·
1 Parent(s): d0676a2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ js = """
31
  }
32
  """
33
 
34
- def T_on_select(x, 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>"""
 
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>"""