Dagfinn1962
commited on
Commit
•
d84b734
1
Parent(s):
c1fd587
Update app.py
Browse files
app.py
CHANGED
@@ -1,13 +1,5 @@
|
|
1 |
-
|
2 |
-
<
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
</head>
|
7 |
-
<body>
|
8 |
-
<div class="yellowgradiantH2">
|
9 |
-
<h3> This app has had 300 000 generations ! </h3>
|
10 |
-
<h3 class="box"> I got a very large bill from Prodia, without warning </h3>
|
11 |
-
</body>
|
12 |
-
|
13 |
-
</html>
|
|
|
1 |
+
with gr.Column(scale=1):
|
2 |
+
gr.Markdown(elem_id="<h3> This app has had 300 000 generations ! </h3>
|
3 |
+
<h3 class="box"> I got a very large bill from Prodia, without warning </h3>¨
|
4 |
+
|
5 |
+
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|