einfachalf commited on
Commit
4bf4e25
1 Parent(s): cbb8ff7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -3
app.py CHANGED
@@ -1233,9 +1233,12 @@ css=""""""
1233
 
1234
  with gr.Blocks(css=css, theme="TogetherAI/Alex2") as myface:
1235
 
1236
- gr.HTML("""
1237
- <div style="text-align: center; max-width: 1200px; margin: 0 auto; background-color: #000000;">
1238
- <div>
 
 
 
1239
  <style>
1240
  body {
1241
  background-color: #000000; /* Schwarz */
 
1233
 
1234
  with gr.Blocks(css=css, theme="TogetherAI/Alex2") as myface:
1235
 
1236
+ gr.HTML("""
1237
+ <div style="text-align: center; max-width: 1200px; margin: 0 auto; background-color: #000000;">
1238
+ <!-- Ihr HTML-Content hier -->
1239
+ </div>
1240
+ """) # Stellen Sie sicher, dass diese schließenden Anführungszeichen vorhanden sind
1241
+
1242
  <style>
1243
  body {
1244
  background-color: #000000; /* Schwarz */