Spaces:
Running
Running
Update dashboard.py
Browse files- dashboard.py +1 -1
dashboard.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
import gradio
|
2 |
import re
|
3 |
import bcrypt
|
4 |
import numpy as np
|
|
|
1 |
+
import gradio as gr
|
2 |
import re
|
3 |
import bcrypt
|
4 |
import numpy as np
|