Commit ·
15e095e
1
Parent(s): 61ae9af
ui theme?
Browse files
app.py
CHANGED
|
@@ -28,7 +28,7 @@ except Exception as e:
|
|
| 28 |
return f"// ERROR: Failed to load core agent code. Details: {e}", "", []
|
| 29 |
|
| 30 |
# --- Gradio UI setup below ---
|
| 31 |
-
with gr.Blocks(title="DeepV for RTL (Model-Agnostic)") as demo:
|
| 32 |
gr.Markdown("## DeepV for RTL Code Generation — Model-Agnostic (Bring Your Own API Key)")
|
| 33 |
|
| 34 |
with gr.Row():
|
|
|
|
| 28 |
return f"// ERROR: Failed to load core agent code. Details: {e}", "", []
|
| 29 |
|
| 30 |
# --- Gradio UI setup below ---
|
| 31 |
+
with gr.Blocks(title="DeepV for RTL (Model-Agnostic)", theme=gr.themes.Soft()) as demo:
|
| 32 |
gr.Markdown("## DeepV for RTL Code Generation — Model-Agnostic (Bring Your Own API Key)")
|
| 33 |
|
| 34 |
with gr.Row():
|