Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -171,7 +171,8 @@ html,body{
|
|
| 171 |
}
|
| 172 |
"""
|
| 173 |
)
|
| 174 |
-
|
|
|
|
| 175 |
with iface:
|
| 176 |
with gr.Column(elem_classes="container"):
|
| 177 |
# Hero section
|
|
|
|
| 171 |
}
|
| 172 |
"""
|
| 173 |
)
|
| 174 |
+
AI_texts = [""]
|
| 175 |
+
Human_texts = [""]
|
| 176 |
with iface:
|
| 177 |
with gr.Column(elem_classes="container"):
|
| 178 |
# Hero section
|