Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ description = """
|
|
18 |
</div>
|
19 |
"""
|
20 |
|
21 |
-
bottom_text = "**Developed by SzegedAI**"
|
22 |
|
23 |
# ---------- UI ----------
|
24 |
iface = gr.Blocks(
|
@@ -171,6 +171,10 @@ html,body{
|
|
171 |
}
|
172 |
"""
|
173 |
)
|
|
|
|
|
|
|
|
|
174 |
AI_texts = [""]
|
175 |
Human_texts = [""]
|
176 |
with iface:
|
|
|
18 |
</div>
|
19 |
"""
|
20 |
|
21 |
+
bottom_text = "**Developed by SzegedAI - Mihaly Kiss**"
|
22 |
|
23 |
# ---------- UI ----------
|
24 |
iface = gr.Blocks(
|
|
|
171 |
}
|
172 |
"""
|
173 |
)
|
174 |
+
|
175 |
+
def classify_text():
|
176 |
+
pass
|
177 |
+
|
178 |
AI_texts = [""]
|
179 |
Human_texts = [""]
|
180 |
with iface:
|