Spaces:
Runtime error
Runtime error
simplify HTML
Browse files
app.py
CHANGED
|
@@ -49,10 +49,6 @@ TEXTS = [
|
|
| 49 |
rather an exercise of empathy, to put yourself in others' shoes,
|
| 50 |
as if Climate Change came crushing on your doorstep.
|
| 51 |
</p>
|
| 52 |
-
"""
|
| 53 |
-
),
|
| 54 |
-
dedent(
|
| 55 |
-
"""
|
| 56 |
<br>
|
| 57 |
<p>
|
| 58 |
After you have selected an image and started the inference you
|
|
@@ -245,9 +241,8 @@ if __name__ == "__main__":
|
|
| 245 |
with Column():
|
| 246 |
Markdown("# ClimateGAN: Visualize Climate Change")
|
| 247 |
HTML(TEXTS[0])
|
| 248 |
-
HTML(TEXTS[1])
|
| 249 |
with Column():
|
| 250 |
-
Markdown(TEXTS[
|
| 251 |
with Row():
|
| 252 |
HTML("<hr><br><h2 style='font-size: 1.5rem;'>Choose Inputs</h2>")
|
| 253 |
with Row():
|
|
|
|
| 49 |
rather an exercise of empathy, to put yourself in others' shoes,
|
| 50 |
as if Climate Change came crushing on your doorstep.
|
| 51 |
</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
| 52 |
<br>
|
| 53 |
<p>
|
| 54 |
After you have selected an image and started the inference you
|
|
|
|
| 241 |
with Column():
|
| 242 |
Markdown("# ClimateGAN: Visualize Climate Change")
|
| 243 |
HTML(TEXTS[0])
|
|
|
|
| 244 |
with Column():
|
| 245 |
+
Markdown(TEXTS[1], elem_id="how-to-use-md")
|
| 246 |
with Row():
|
| 247 |
HTML("<hr><br><h2 style='font-size: 1.5rem;'>Choose Inputs</h2>")
|
| 248 |
with Row():
|