Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -197,10 +197,17 @@ footer {
|
|
197 |
# Interface Gradio
|
198 |
def demo():
|
199 |
with gr.Blocks(theme=gr.themes.Default(primary_hue="blue", secondary_hue="gray"), css=custom_css) as demo:
|
200 |
-
#
|
201 |
-
|
202 |
-
|
203 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
204 |
|
205 |
# Cabeçalho
|
206 |
gr.Markdown(
|
|
|
197 |
# Interface Gradio
|
198 |
def demo():
|
199 |
with gr.Blocks(theme=gr.themes.Default(primary_hue="blue", secondary_hue="gray"), css=custom_css) as demo:
|
200 |
+
# Barra superior personalizada
|
201 |
+
with gr.Row(visible=True, elem_id="top_bar"):
|
202 |
+
gr.Image(value="https://huggingface.co/front/assets/huggingface_logo-noborder.svg",
|
203 |
+
interactive=False, show_label=False, elem_classes="logo", show_toolbar=False)
|
204 |
+
gr.Markdown(
|
205 |
+
"""
|
206 |
+
<div style="text-align:right; padding-right: 15px;">
|
207 |
+
<a href="https://huggingface.co/" target="_blank" style="text-decoration:none;">
|
208 |
+
<b>Voltar a Web HuggingCode <Header ou Web></logo<automations
|
209 |
+
Links sobre Automat
|
210 |
+
Hugging face for debugging...
|
211 |
|
212 |
# Cabeçalho
|
213 |
gr.Markdown(
|