Spaces:
Runtime error
Runtime error
Update heat_app.py
Browse files- heat_app.py +2 -0
heat_app.py
CHANGED
|
@@ -1,7 +1,9 @@
|
|
| 1 |
import numpy as np
|
| 2 |
import matplotlib.pyplot as plt
|
| 3 |
from matplotlib.animation import FuncAnimation
|
|
|
|
| 4 |
import tempfile
|
|
|
|
| 5 |
import gradio as gr
|
| 6 |
|
| 7 |
def solve_and_animate_2d(Lx: float,
|
|
|
|
| 1 |
import numpy as np
|
| 2 |
import matplotlib.pyplot as plt
|
| 3 |
from matplotlib.animation import FuncAnimation
|
| 4 |
+
|
| 5 |
import tempfile
|
| 6 |
+
|
| 7 |
import gradio as gr
|
| 8 |
|
| 9 |
def solve_and_animate_2d(Lx: float,
|