PavaniSingh commited on
Commit
3b922ac
·
verified ·
1 Parent(s): 697dfec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -107,6 +107,9 @@ summer = gr.ChatInterface(
107
  "I want a competitivive research program for my grade."
108
  ]
109
  )
 
 
 
110
 
111
  with gr.Blocks(theme=custom_theme) as demo:
112
  gr.Image(value="Casp2.png", show_label=False, elem_id="top-image")
 
107
  "I want a competitivive research program for my grade."
108
  ]
109
  )
110
+ with gr.Blocks(theme=custom_theme, css="""
111
+ .gradio-container h1 { text-align: center; }
112
+ """) as demo:
113
 
114
  with gr.Blocks(theme=custom_theme) as demo:
115
  gr.Image(value="Casp2.png", show_label=False, elem_id="top-image")