Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
import bcrypt
|
2 |
import gradio as gr
|
|
|
3 |
from simple_salesforce import Salesforce
|
4 |
|
5 |
# Salesforce Connection
|
@@ -280,9 +280,11 @@ def modal_js():
|
|
280 |
cartPage.style.display = 'block';
|
281 |
}
|
282 |
</script>
|
283 |
-
|
|
|
|
|
284 |
|
285 |
-
#
|
286 |
with gr.Blocks() as app:
|
287 |
with gr.Row():
|
288 |
gr.HTML("<h1 style='text-align: center;'>Welcome to Biryani Hub</h1>")
|
|
|
|
|
1 |
import gradio as gr
|
2 |
+
import bcrypt
|
3 |
from simple_salesforce import Salesforce
|
4 |
|
5 |
# Salesforce Connection
|
|
|
280 |
cartPage.style.display = 'block';
|
281 |
}
|
282 |
</script>
|
283 |
+
"""
|
284 |
+
return modal_script
|
285 |
+
|
286 |
|
287 |
+
# Gradio App
|
288 |
with gr.Blocks() as app:
|
289 |
with gr.Row():
|
290 |
gr.HTML("<h1 style='text-align: center;'>Welcome to Biryani Hub</h1>")
|