Niharmahesh commited on
Commit
4f98275
·
verified ·
1 Parent(s): b408c43

Update projects.py

Browse files
Files changed (1) hide show
  1. projects.py +2 -0
projects.py CHANGED
@@ -1,4 +1,6 @@
1
 
 
 
2
  def display_projects():
3
  st.title('My Projects')
4
 
 
1
 
2
+ import streamlit as st
3
+
4
  def display_projects():
5
  st.title('My Projects')
6