Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -124,7 +124,7 @@ body, .gradio-container {
|
|
124 |
|
125 |
with gr.Blocks(theme="Nymbo/Nymbo_Theme", head=kofi_script, css=custom_css) as demo:
|
126 |
# Added the header image using gr.HTML
|
127 |
-
gr.HTML('<img src="https://cdn-uploads.huggingface.co/production/uploads/6540a02d1389943fef4d2640/
|
128 |
|
129 |
gr.ChatInterface(
|
130 |
fn=respond, # The function to call when a message is sent
|
|
|
124 |
|
125 |
with gr.Blocks(theme="Nymbo/Nymbo_Theme", head=kofi_script, css=custom_css) as demo:
|
126 |
# Added the header image using gr.HTML
|
127 |
+
gr.HTML('<img src="https://cdn-uploads.huggingface.co/production/uploads/6540a02d1389943fef4d2640/kZ5vtrj7lhFWAGK0QADaH.png" alt="Header Image" style="display: block; margin-left: auto; margin-right: auto; max-width: 50%; height: auto;">')
|
128 |
|
129 |
gr.ChatInterface(
|
130 |
fn=respond, # The function to call when a message is sent
|