paulcalzada commited on
Commit
ff79fff
·
verified ·
1 Parent(s): bbab5dc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 RTL Code Generation — Model-Agnostic (Bring Your Own API Key)", elem_id="main-title")
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):