Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -59,11 +59,9 @@ custom_css = """
|
|
| 59 |
"""
|
| 60 |
|
| 61 |
examples = [
|
| 62 |
-
["The Crypto
|
| 63 |
["There are growing concerns about the environmental impact of cryptocurrency mining processes."],
|
| 64 |
-
["Major companies have committed to investing in sustainable cryptocurrencies."],
|
| 65 |
["The new blockchain protocol reduces energy consumption by 90%."],
|
| 66 |
-
["Renewable energy adoption in mining operations has increased significantly."],
|
| 67 |
["The decentralized network operates on renewable energy sources."],
|
| 68 |
["Bitcoin mining contributes to increased carbon emissions in developing countries."]
|
| 69 |
]
|
|
@@ -98,7 +96,7 @@ with gr.Blocks(theme='earneleh/paris', css=custom_css) as demo:
|
|
| 98 |
<a href="https://www.linkedin.com/in/pejman-ebrahimi-4a60151a7/" target="_blank">LinkedIn</a> |
|
| 99 |
<a href="https://github.com/arad1367" target="_blank">GitHub</a> |
|
| 100 |
<a href="https://arad1367.pythonanywhere.com/" target="_blank">Live demo of my PhD defense</a>
|
| 101 |
-
<p>Made with 💖 by Pejman Ebrahimi</p>
|
| 102 |
</div>
|
| 103 |
""")
|
| 104 |
|
|
|
|
| 59 |
"""
|
| 60 |
|
| 61 |
examples = [
|
| 62 |
+
["The Crypto Conference, focusing on sustainable crypto, will be organized next year."],
|
| 63 |
["There are growing concerns about the environmental impact of cryptocurrency mining processes."],
|
|
|
|
| 64 |
["The new blockchain protocol reduces energy consumption by 90%."],
|
|
|
|
| 65 |
["The decentralized network operates on renewable energy sources."],
|
| 66 |
["Bitcoin mining contributes to increased carbon emissions in developing countries."]
|
| 67 |
]
|
|
|
|
| 96 |
<a href="https://www.linkedin.com/in/pejman-ebrahimi-4a60151a7/" target="_blank">LinkedIn</a> |
|
| 97 |
<a href="https://github.com/arad1367" target="_blank">GitHub</a> |
|
| 98 |
<a href="https://arad1367.pythonanywhere.com/" target="_blank">Live demo of my PhD defense</a>
|
| 99 |
+
<p style="color: blue; font-weight: bold;>Made with 💖 by Pejman Ebrahimi</p>
|
| 100 |
</div>
|
| 101 |
""")
|
| 102 |
|