Fix module not found: add root directory to sys path

pull/197/head
Aymane Hrouch 1 year ago
parent 4260c23a23
commit 28a820a8bc

@ -1,3 +1,8 @@
import os
import sys
sys.path.append(os.path.join(os.path.dirname(__file__), os.path.pardir))
import streamlit as st
import phind

Loading…
Cancel
Save