Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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")
|