Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -88,7 +88,9 @@ css = """
|
|
| 88 |
}
|
| 89 |
#app-title {
|
| 90 |
text-align: center;
|
|
|
|
| 91 |
width: 100%;
|
|
|
|
| 92 |
}
|
| 93 |
"""
|
| 94 |
|
|
@@ -97,9 +99,11 @@ with gr.Blocks(css=css, theme=gr.themes.Soft(primary_hue="violet")) as demo:
|
|
| 97 |
|
| 98 |
|
| 99 |
|
|
|
|
|
|
|
| 100 |
with gr.Row(elem_id="col-container"):
|
| 101 |
-
gr.Markdown("## FIBO", elem_id="app-title")
|
| 102 |
with gr.Column(scale=1):
|
|
|
|
| 103 |
with gr.Row():
|
| 104 |
with gr.Tab("generate") as tab_generate:
|
| 105 |
prompt_generate = gr.Textbox(
|
|
|
|
| 88 |
}
|
| 89 |
#app-title {
|
| 90 |
text-align: center;
|
| 91 |
+
margin: 0 auto;
|
| 92 |
width: 100%;
|
| 93 |
+
font-weight: bold;
|
| 94 |
}
|
| 95 |
"""
|
| 96 |
|
|
|
|
| 99 |
|
| 100 |
|
| 101 |
|
| 102 |
+
gr.Markdown("## FIBO", elem_id="app-title")
|
| 103 |
+
|
| 104 |
with gr.Row(elem_id="col-container"):
|
|
|
|
| 105 |
with gr.Column(scale=1):
|
| 106 |
+
|
| 107 |
with gr.Row():
|
| 108 |
with gr.Tab("generate") as tab_generate:
|
| 109 |
prompt_generate = gr.Textbox(
|