PavaniSingh commited on
Commit
488116d
·
verified ·
1 Parent(s): 3b922ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -107,9 +107,7 @@ summer = gr.ChatInterface(
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")
 
107
  "I want a competitivive research program for my grade."
108
  ]
109
  )
110
+
 
 
111
 
112
  with gr.Blocks(theme=custom_theme) as demo:
113
  gr.Image(value="Casp2.png", show_label=False, elem_id="top-image")