muhammadhamza-stack commited on
Commit
87614cd
·
1 Parent(s): c114e67

change title

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1152,7 +1152,7 @@ if __name__ == "__main__":
1152
  return None, None, None, None, f"Error: {str(e)}"
1153
 
1154
  with gr.Blocks(title="Tool Cutout DXF Generator") as demo:
1155
- gr.Markdown("<h1 style='text-align: center;'> AI-Powered Tool Cutout DXF Generator </h1>")
1156
  gr.Markdown("Convert a photo of your tool drawer into precise CNC-ready vector files.")
1157
 
1158
  # 1. Guidelines & Instructions
 
1152
  return None, None, None, None, f"Error: {str(e)}"
1153
 
1154
  with gr.Blocks(title="Tool Cutout DXF Generator") as demo:
1155
+ gr.Markdown("<h1 style='text-align: center;'> DXF Generator </h1>")
1156
  gr.Markdown("Convert a photo of your tool drawer into precise CNC-ready vector files.")
1157
 
1158
  # 1. Guidelines & Instructions