Update app.py
Browse files
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
|
| 141 |
)
|
| 142 |
gradio.Markdown(
|
| 143 |
-
"This app runs some simple calculations for
|
|
|
|
| 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
|