awacke1 commited on
Commit
b838b29
·
1 Parent(s): 1d5314a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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?