Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -57,13 +57,12 @@ def chat_with_model(user_input, hf_api_key):
|
|
57 |
adsense_code = """
|
58 |
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4124087181208916"
|
59 |
crossorigin="anonymous"></script>
|
60 |
-
<!-- ad1 -->
|
61 |
<ins class="adsbygoogle"
|
62 |
style="display:block"
|
|
|
|
|
63 |
data-ad-client="ca-pub-4124087181208916"
|
64 |
-
data-ad-slot="
|
65 |
-
data-ad-format="auto"
|
66 |
-
data-full-width-responsive="true"></ins>
|
67 |
<script>
|
68 |
(adsbygoogle = window.adsbygoogle || []).push({});
|
69 |
</script>
|
|
|
57 |
adsense_code = """
|
58 |
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4124087181208916"
|
59 |
crossorigin="anonymous"></script>
|
|
|
60 |
<ins class="adsbygoogle"
|
61 |
style="display:block"
|
62 |
+
data-ad-format="fluid"
|
63 |
+
data-ad-layout-key="-gw-3+1f-3d+2z"
|
64 |
data-ad-client="ca-pub-4124087181208916"
|
65 |
+
data-ad-slot="1309752867"></ins>
|
|
|
|
|
66 |
<script>
|
67 |
(adsbygoogle = window.adsbygoogle || []).push({});
|
68 |
</script>
|