Update app.py
Browse files
app.py
CHANGED
|
@@ -14,7 +14,7 @@ import textract
|
|
| 14 |
import time
|
| 15 |
import zipfile
|
| 16 |
import dotenv
|
| 17 |
-
import
|
| 18 |
|
| 19 |
from gradio_client import Client
|
| 20 |
from audio_recorder_streamlit import audio_recorder
|
|
|
|
| 14 |
import time
|
| 15 |
import zipfile
|
| 16 |
import dotenv
|
| 17 |
+
import DeitiesAndDemigods as DnD
|
| 18 |
|
| 19 |
from gradio_client import Client
|
| 20 |
from audio_recorder_streamlit import audio_recorder
|