Spaces:
Build error
Build error
changed (-) for (_) in the name of the reqs
Browse files
app.py
CHANGED
|
@@ -11,7 +11,7 @@ import numpy as np
|
|
| 11 |
import pandas as pd
|
| 12 |
import streamlit as st
|
| 13 |
from PIL import Image
|
| 14 |
-
from
|
| 15 |
from svgpathtools import parse_path
|
| 16 |
|
| 17 |
|
|
|
|
| 11 |
import pandas as pd
|
| 12 |
import streamlit as st
|
| 13 |
from PIL import Image
|
| 14 |
+
from streamlit-drawable-canvas import st_canvas
|
| 15 |
from svgpathtools import parse_path
|
| 16 |
|
| 17 |
|