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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -382,7 +382,7 @@ with gr.Blocks(fill_width=True) as demo:
382
 
383
 
384
 
385
- m_js = """ (x) = >
386
  {
387
  reloadTwitterWidgets();
388
  twttr.widgets.createTweet(x,document.getElementById('tweet-container'),{theme: 'dark'});
 
382
 
383
 
384
 
385
+ m_js = """ (x) =>
386
  {
387
  reloadTwitterWidgets();
388
  twttr.widgets.createTweet(x,document.getElementById('tweet-container'),{theme: 'dark'});