Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ custom_head_html = """
|
|
9 |
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.0/jquery.min.js"></script>
|
10 |
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
|
11 |
<link rel="stylesheet" type="text/css" href="./public/css/style.min.css">
|
12 |
-
<script defer src="
|
13 |
<link rel="preconnect" href="https://fonts.googleapis.com">
|
14 |
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
15 |
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&family=Rubik:wght@400;600&display=swap" rel="stylesheet">
|
@@ -227,4 +227,4 @@ with gr.Blocks(css=google_style_css) as demo:
|
|
227 |
|
228 |
|
229 |
if __name__ == "__main__":
|
230 |
-
demo.launch(share=True)
|
|
|
9 |
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.0/jquery.min.js"></script>
|
10 |
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
|
11 |
<link rel="stylesheet" type="text/css" href="./public/css/style.min.css">
|
12 |
+
<script defer src="https://africa.dlnlp.ai/sahara//public/js/script.js"></script>
|
13 |
<link rel="preconnect" href="https://fonts.googleapis.com">
|
14 |
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
15 |
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&family=Rubik:wght@400;600&display=swap" rel="stylesheet">
|
|
|
227 |
|
228 |
|
229 |
if __name__ == "__main__":
|
230 |
+
demo.launch()#share=True)
|