Spaces:
Runtime error
Runtime error
TogetherAI
commited on
Commit
·
c4b8860
1
Parent(s):
7e7d53b
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ interface = gr.Interface(
|
|
29 |
title=title,
|
30 |
description=description,
|
31 |
article=article,
|
32 |
-
layout="vertical" # Setzt die Anordnung der Elemente auf vertikal
|
33 |
theme='ParityError/Interstellar'
|
34 |
)
|
35 |
|
|
|
29 |
title=title,
|
30 |
description=description,
|
31 |
article=article,
|
32 |
+
layout="vertical", # Setzt die Anordnung der Elemente auf vertikal
|
33 |
theme='ParityError/Interstellar'
|
34 |
)
|
35 |
|