Spaces:
Runtime error
Runtime error
Update pages/whassap.py
Browse files- pages/whassap.py +5 -0
pages/whassap.py
CHANGED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import streamlit as st
|
| 2 |
+
from utils.data_manager import flujo_enviar_whassap
|
| 3 |
+
|
| 4 |
+
def show():
|
| 5 |
+
flujo_enviar_whassap()
|