Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -106,7 +106,7 @@ kofi_button_html = """
|
|
106 |
|
107 |
donation_solicitation_html = """
|
108 |
<div style="text-align: center; font-size: x-small; margin-bottom: 5px;">
|
109 |
-
The Cybernetic Criminal Computing Corporation presents: XORTRON
|
110 |
|
111 |
</div>
|
112 |
"""
|
@@ -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/gSd2uZUcuMGFdqQBf0xNX.jpeg" alt="Header Image" style="display: block; margin-left: auto; margin-right: auto; max-width:
|
128 |
|
129 |
gr.ChatInterface(
|
130 |
fn=respond, # The function to call when a message is sent
|
|
|
106 |
|
107 |
donation_solicitation_html = """
|
108 |
<div style="text-align: center; font-size: x-small; margin-bottom: 5px;">
|
109 |
+
The Cybernetic Criminal Computing Corporation presents: XORTRON 4.2, free of charge, unlimited, no login, no signup, no bullshit. Finding yourself in a long queue? Consider donating so we can scale and remain 100% free for all. Im sure even a low-life deadbeat freeloader like yourself can at least throw some spare change right? - Support Xortron @ ko-fi.com/xortron<br>
|
110 |
|
111 |
</div>
|
112 |
"""
|
|
|
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/gSd2uZUcuMGFdqQBf0xNX.jpeg" 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
|