limitedonly41 commited on
Commit
db990e2
·
verified ·
1 Parent(s): ed572b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -291,7 +291,7 @@ with gr.Blocks(
291
  gr.HTML("<h3>🌍 Предварительный просмотр сайта</h3>")
292
 
293
  website_viewer = gr.HTML(
294
- value="""<div style='height: 600px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); border: 2px dashed #ccc; border-radius: 12px; color: white; text-align: center;'>
295
  <h3 style='margin-bottom: 20px;'>🚀 Добро пожаловать!</h3>
296
  <p style='font-size: 18px; margin-bottom: 10px;'>Подключите Google таблицу для просмотра сайтов</p>
297
  <p style='font-size: 14px; opacity: 0.8;'>Здесь будет отображаться предварительный просмотр сайтов</p>
 
291
  gr.HTML("<h3>🌍 Предварительный просмотр сайта</h3>")
292
 
293
  website_viewer = gr.HTML(
294
+ value="""<div style='height: 900px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); border: 2px dashed #ccc; border-radius: 12px; color: white; text-align: center;'>
295
  <h3 style='margin-bottom: 20px;'>🚀 Добро пожаловать!</h3>
296
  <p style='font-size: 18px; margin-bottom: 10px;'>Подключите Google таблицу для просмотра сайтов</p>
297
  <p style='font-size: 14px; opacity: 0.8;'>Здесь будет отображаться предварительный просмотр сайтов</p>