abdullatifkaban commited on
Commit
ae9bd10
·
verified ·
1 Parent(s): eed1093

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -3,7 +3,7 @@ import pandas as pd
3
  import numpy as np
4
  import matplotlib.pyplot as plt
5
 
6
- from plot_registry_plt import PlotRegistry
7
 
8
 
9
  # -------------------------------------------------
 
3
  import numpy as np
4
  import matplotlib.pyplot as plt
5
 
6
+ from plot_registry import PlotRegistry
7
 
8
 
9
  # -------------------------------------------------