Spaces:
Sleeping
Sleeping
fix bug
Browse files
app.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
import asyncio
|
| 2 |
from pathlib import Path
|
| 3 |
-
from typing import Dict
|
| 4 |
|
| 5 |
import streamlit as st
|
| 6 |
import yaml
|
|
|
|
| 1 |
import asyncio
|
| 2 |
from pathlib import Path
|
| 3 |
+
from typing import Dict, List
|
| 4 |
|
| 5 |
import streamlit as st
|
| 6 |
import yaml
|