Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
import streamlit as st
|
|
|
2 |
|
3 |
-
st.markdown("""
|
4 |
|
|
|
5 |
# Imperative?
|
6 |
Torch is more popular since its imperative which is often easier to understand.
|
7 |
What does imperative mean with respect to programming?
|
|
|
1 |
import streamlit as st
|
2 |
+
from graphviz import Digraph
|
3 |
|
|
|
4 |
|
5 |
+
st.markdown("""
|
6 |
# Imperative?
|
7 |
Torch is more popular since its imperative which is often easier to understand.
|
8 |
What does imperative mean with respect to programming?
|