emkessle commited on
Commit
3ac5798
·
verified ·
1 Parent(s): 4166e25

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -137,10 +137,11 @@ with gradio.Blocks() as demo:
137
 
138
  # Let's start by adding a title and introduction
139
  gradio.Markdown(
140
- "# Run and Explain Beam Calcs"
141
  )
142
  gradio.Markdown(
143
- "This app runs some simple calculations for a beam and returns a natural language description of the results"
 
144
  )
145
 
146
  # This row contains all of the physical parameters
 
137
 
138
  # Let's start by adding a title and introduction
139
  gradio.Markdown(
140
+ "# Run and Explain 1D Thermal Expansion Calcs"
141
  )
142
  gradio.Markdown(
143
+ "This app runs some simple calculations for 1 dimensional thermal expansion and returns a natural language description of the results"
144
+ "This assumes the rod is homogeneous and isotropic, and a constant coefficient of thermal expansion."
145
  )
146
 
147
  # This row contains all of the physical parameters