Spaces:
Runtime error
Runtime error
update
Browse files
app.py
CHANGED
|
@@ -11,11 +11,8 @@ def fun1():
|
|
| 11 |
Tweets by @_akhaliq
|
| 12 |
</a>"""
|
| 13 |
embed_url5 = """<a class="twitter-timeline" href="https://twitter.com/marycamacho" data-widget-id="275430111547887616" target="_blank">Tweets by @marycamacho</a> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)) js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>"""
|
| 14 |
-
embed_url6a = """<a class="twitter-timeline" href="https://twitter.com/yvrjsharma?ref_src=twsrc%5Etfw" target="_self">Tweets by yvrjsharma</a> <script async src="http://platform.twitter.com/widgets.js" charset="utf-8">
|
| 15 |
-
</
|
| 16 |
-
embed_url6b = '<a class="twitter-timeline" href="https://twitter.com/yvrjsharma?ref_src=twsrc%5Etfw" target="_parent">Tweets by yvrjsharma</a>' + """```js
|
| 17 |
-
<script async src="http://platform.twitter.com/widgets.js" charset="utf-8"></script>
|
| 18 |
-
```"""
|
| 19 |
embed_url6c = """<a class="twitter-timeline" href="https://twitter.com/yvrjsharma?ref_src=twsrc%5Etfw" target="_top">Tweets by yvrjsharma</a> <script async src="http://platform.twitter.com/widgets.js" charset="utf-8"\> </script\>"""
|
| 20 |
embed_url7 = """<blockquote class="twitter-tweet"><p lang="en" dir="ltr">It's never too early to start on <a href="https://twitter.com/Gradio?ref_src=twsrc%5Etfw">@Gradio</a> and <a href="https://twitter.com/huggingface?ref_src=twsrc%5Etfw">@huggingface</a> Spaces😃- Helped my 12 yo nephew to build an ML App for his inter-school science project. This project helps in social wellbeing by giving people a choice to filter negative and positive News. <a href="https://t.co/0L1WAMQpWV">https://t.co/0L1WAMQpWV</a></p>— Yuvi (@yvrjsharma) <a href="https://twitter.com/yvrjsharma/status/1590954837533159426?ref_src=twsrc%5Etfw">November 11, 2022</a></blockquote> <script async src="http://platform.twitter.com/widgets.js" charset="utf-8"></script>"""
|
| 21 |
#|_self|_parent|_top|framename"
|
|
|
|
| 11 |
Tweets by @_akhaliq
|
| 12 |
</a>"""
|
| 13 |
embed_url5 = """<a class="twitter-timeline" href="https://twitter.com/marycamacho" data-widget-id="275430111547887616" target="_blank">Tweets by @marycamacho</a> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)) js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>"""
|
| 14 |
+
embed_url6a = """<a class="twitter-timeline" href="https://twitter.com/yvrjsharma?ref_src=twsrc%5Etfw" target="_self">Tweets by yvrjsharma</a> <script async src="http://platform.twitter.com/widgets.js" charset="utf-8"> </script>"""
|
| 15 |
+
embed_url6b = '<a class="twitter-timeline" href="https://twitter.com/yvrjsharma?ref_src=twsrc%5Etfw" target="_parent">Tweets by yvrjsharma</a> <script async src="http://platform.twitter.com/widgets.js" charset="utf-8"> </script>'
|
|
|
|
|
|
|
|
|
|
| 16 |
embed_url6c = """<a class="twitter-timeline" href="https://twitter.com/yvrjsharma?ref_src=twsrc%5Etfw" target="_top">Tweets by yvrjsharma</a> <script async src="http://platform.twitter.com/widgets.js" charset="utf-8"\> </script\>"""
|
| 17 |
embed_url7 = """<blockquote class="twitter-tweet"><p lang="en" dir="ltr">It's never too early to start on <a href="https://twitter.com/Gradio?ref_src=twsrc%5Etfw">@Gradio</a> and <a href="https://twitter.com/huggingface?ref_src=twsrc%5Etfw">@huggingface</a> Spaces😃- Helped my 12 yo nephew to build an ML App for his inter-school science project. This project helps in social wellbeing by giving people a choice to filter negative and positive News. <a href="https://t.co/0L1WAMQpWV">https://t.co/0L1WAMQpWV</a></p>— Yuvi (@yvrjsharma) <a href="https://twitter.com/yvrjsharma/status/1590954837533159426?ref_src=twsrc%5Etfw">November 11, 2022</a></blockquote> <script async src="http://platform.twitter.com/widgets.js" charset="utf-8"></script>"""
|
| 18 |
#|_self|_parent|_top|framename"
|