Kal1510 commited on
Commit
8c13db7
·
verified ·
1 Parent(s): 60cefb3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -4
app.py CHANGED
@@ -404,21 +404,24 @@ def format_output(plan_text):
404
  def create_gradio_app():
405
  with gr.Blocks(css="""
406
  .gradio-container {
407
- background: url('https://www.freepik.com/free-photos-vectors/fantasy-background') no-repeat center center fixed;
408
  background-size: cover;
409
  font-family: 'Segoe UI', sans-serif;
410
  padding: 30px;
411
  }
412
  .main-title {
413
  text-align: center;
414
- font-size: 50px;
415
  font-weight: bold;
 
416
  color: #FAF3E0;
417
  margin-bottom: 20px;
418
  }
419
  .sub-title {
420
  text-align: center;
421
- font-size: 24px;
 
 
422
  color: #D1C6E1;
423
  margin-bottom: 30px;
424
  }
@@ -469,4 +472,4 @@ def create_gradio_app():
469
 
470
  demo.launch()
471
 
472
- create_gradio_app()
 
404
  def create_gradio_app():
405
  with gr.Blocks(css="""
406
  .gradio-container {
407
+ background: url('https://img.freepik.com/free-ai-image/fantasy-landscape-floating-islands-illustration_355026699.htm#fromView=keyword&page=1&position=3&uuid=c5b6d86a-b71a-47da-9593-ce6dc72d2fbd&query=Fantasy+Background') no-repeat center center fixed;
408
  background-size: cover;
409
  font-family: 'Segoe UI', sans-serif;
410
  padding: 30px;
411
  }
412
  .main-title {
413
  text-align: center;
414
+ font-size: 60px;
415
  font-weight: bold;
416
+ font-style: italic;
417
  color: #FAF3E0;
418
  margin-bottom: 20px;
419
  }
420
  .sub-title {
421
  text-align: center;
422
+ font-size: 28px;
423
+ font-weight: bold;
424
+ font-style: italic;
425
  color: #D1C6E1;
426
  margin-bottom: 30px;
427
  }
 
472
 
473
  demo.launch()
474
 
475
+ create_gradio_app()