YSMlearnsCode commited on
Commit
66f12a9
·
1 Parent(s): dddf9a7

tweaked UI

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -83,6 +83,8 @@ Seamlessly creating python scripts for FreeCAD — from prompt to model.
83
  CADomatic is a Python-powered tool that transforms prompts into **editable** parametric CAD scripts for FreeCAD. Rather than static models, it generates fully customizable Python code that programmatically builds CAD geometry — enabling engineers to define parts, reuse templates, and iterate rapidly.<br>
84
  CADomatic primarily aims at **reducing product development time** by making a base design which can be modified to suit the designer's main goal.<br>
85
  CADomatic creates native FreeCAD Python scripts for simple parts **with a complete design tree**.<br>
 
 
86
  """
87
 
88
  with gr.Blocks(css=css) as demo:
 
83
  CADomatic is a Python-powered tool that transforms prompts into **editable** parametric CAD scripts for FreeCAD. Rather than static models, it generates fully customizable Python code that programmatically builds CAD geometry — enabling engineers to define parts, reuse templates, and iterate rapidly.<br>
84
  CADomatic primarily aims at **reducing product development time** by making a base design which can be modified to suit the designer's main goal.<br>
85
  CADomatic creates native FreeCAD Python scripts for simple parts **with a complete design tree**.<br>
86
+ <br>
87
+ Explore [CADomatic on GitHub](https://github.com/yas1nsyed/CADomatic) and if you find it useful, please ⭐ star the repository!
88
  """
89
 
90
  with gr.Blocks(css=css) as demo: