Skip to content

Commit

Permalink
streamlit path import
Browse files Browse the repository at this point in the history
  • Loading branch information
srirag21 committed Jul 23, 2024
1 parent 94f70f9 commit 9c7c717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion st_app/Welcome.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import streamlit as st
import subprocess
from pages import Launch_Your_Server
from .pages.Launch_Your_Server import *
import streamlit_scrollable_textbox as stx
import streamlit_authenticator as stauth
import yaml
Expand Down

0 comments on commit 9c7c717

Please sign in to comment.