TogetherAI commited on
Commit
c4b8860
·
1 Parent(s): 7e7d53b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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