george2cool36 commited on
Commit
cf147c0
·
verified ·
1 Parent(s): 03c5ae1

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +16 -5
README.md CHANGED
@@ -1,12 +1,23 @@
1
  ---
2
- title: Column Buckling Euler Rect
3
- emoji: 📊
4
- colorFrom: red
5
  colorTo: blue
6
  sdk: gradio
7
- sdk_version: 5.49.0
8
  app_file: app.py
9
  pinned: false
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: Column Buckling Euler Elastic (Rectangular)
3
+ emoji: 🏗️
4
+ colorFrom: indigo
5
  colorTo: blue
6
  sdk: gradio
7
+ sdk_version: "4.44.0"
8
  app_file: app.py
9
  pinned: false
10
  ---
11
 
12
+ # Column Buckling Calculator Euler Elastic (Rectangular Section)
13
+
14
+ A Gradio app that computes the **Euler critical load** about both principal axes for a **rectangular column**, reports the **governing axis**, **slenderness**, **FoS**, and a clear verdict — with a step-by-step arithmetic printout you can read like engineering notes.
15
+
16
+ ## Run locally
17
+ ```bash
18
+ pip install -r requirements.txt
19
+ python app.py
20
+ ```
21
+
22
+ ## Notes
23
+ - Elastic Euler only (no Johnson/inelastic, no eccentricity/imperfection) — for teaching & study.