Update app.py
Browse files
app.py
CHANGED
|
@@ -783,4 +783,4 @@ with gr.Blocks(title="Vochi CRM Call Logs (Gradio)") as demo:
|
|
| 783 |
|
| 784 |
if __name__ == "__main__":
|
| 785 |
# On HF Spaces, just running this file is enough; launch() is fine for local dev, too.
|
| 786 |
-
demo.launch()
|
|
|
|
| 783 |
|
| 784 |
if __name__ == "__main__":
|
| 785 |
# On HF Spaces, just running this file is enough; launch() is fine for local dev, too.
|
| 786 |
+
demo.launch()
|