granite-guardian / src /app_head.html
RTE Build
Deployment
62193fd
raw
history blame contribute delete
506 Bytes
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-C6LFT227RC"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-C6LFT227RC");
</script>
<style type="text/css">
@media (min-width: 1536px) {
.gradio-container {
max-width: 1124px !important;
}
}
@media (min-width: 1024px) {
.gradio-container {
max-width: 1124px !important;
}
}
</style>