SinaAhmadi
commited on
Commit
•
dc989f7
1
Parent(s):
bf3e769
Update app.py
Browse files
app.py
CHANGED
@@ -137,11 +137,11 @@ examples = [
|
|
137 |
|
138 |
|
139 |
article = """
|
140 |
-
|
141 |
-
|
142 |
-
|
143 |
-
|
144 |
-
|
145 |
"""
|
146 |
|
147 |
demo = gr.Interface(
|
|
|
137 |
|
138 |
|
139 |
article = """
|
140 |
+
<div style="text-align: justify; max-width: 1200px; margin: 20px auto;">
|
141 |
+
<h3 style="font-weight: 450; font-size: 0.8rem; margin: 0rem">
|
142 |
+
<b>Created and deployed by Sina Ahmadi <a href="https://sinaahmadi.github.io/">(https://sinaahmadi.github.io/)</a>.
|
143 |
+
</h3>
|
144 |
+
</div>
|
145 |
"""
|
146 |
|
147 |
demo = gr.Interface(
|