Update app.py
Browse files
app.py
CHANGED
|
@@ -39,7 +39,7 @@ logo_base64 = get_logo_base64()
|
|
| 39 |
|
| 40 |
# --- Gradio UI setup below ---
|
| 41 |
with gr.Blocks(title="DeepV for RTL (Model-Agnostic)", theme=gr.themes.Soft()) as demo:
|
| 42 |
-
gr.Markdown("## DeepV for
|
| 43 |
|
| 44 |
with gr.Row():
|
| 45 |
with gr.Column(scale=2):
|
|
|
|
| 39 |
|
| 40 |
# --- Gradio UI setup below ---
|
| 41 |
with gr.Blocks(title="DeepV for RTL (Model-Agnostic)", theme=gr.themes.Soft()) as demo:
|
| 42 |
+
gr.Markdown("## DeepV for Verilog Generation", elem_id="main-title")
|
| 43 |
|
| 44 |
with gr.Row():
|
| 45 |
with gr.Column(scale=2):
|