Skip to content

Commit 15cb0f6

Browse files
committed
added cahtbot in homepage
1 parent 35409e3 commit 15cb0f6

File tree

16,472 files changed

+3312743
-6
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

16,472 files changed

+3312743
-6
lines changed

Web_app/Home_Page.py

Lines changed: 29 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,22 @@
11
import streamlit as st
2+
import streamlit.components.v1 as components
23

3-
# Configure the page
4-
st.set_page_config(
5-
page_title="Movie Maestro: Your Cinema Companion",
6-
page_icon="🎬",
7-
layout="wide",
8-
)
94

105
# Custom CSS for enhanced styling
116
st.markdown(
127
"""
138
<style>
9+
iframe{
10+
position: fixed;
11+
bottom: 40px;
12+
right: 0;
13+
boder: 1px solid black;
14+
border-radius:1em;
15+
# height: 400px;
16+
# width:300px;
17+
margin: 10px;
18+
# z-index: 9999;
19+
}
1420
.main-header {
1521
font-size: 2.5rem;
1622
font-weight: 700;
@@ -333,3 +339,20 @@
333339
""",
334340
unsafe_allow_html=True,
335341
)
342+
343+
iframe_code = """
344+
<script>
345+
window.embeddedChatbotConfig = {
346+
chatbotId: "AAa0qs7ETyQtByIHFYTMD",
347+
domain: "www.chatbase.co"
348+
}
349+
</script>
350+
<script
351+
src="https://www.chatbase.co/embed.min.js"
352+
chatbotId="AAa0qs7ETyQtByIHFYTMD"
353+
domain="www.chatbase.co"
354+
defer>
355+
</script>
356+
"""
357+
358+
components.html(iframe_code, height=450,width=300)
8 Bytes
Binary file not shown.

myenv/Lib/site-packages/.DS_Store

6 KB
Binary file not shown.
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
GitPython was originally written by Michael Trier.
2+
GitPython 0.2 was partially (re)written by Sebastian Thiel, based on 0.1.6 and git-dulwich.
3+
4+
Contributors are:
5+
6+
-Michael Trier <mtrier _at_ gmail.com>
7+
-Alan Briolat
8+
-Florian Apolloner <florian _at_ apolloner.eu>
9+
-David Aguilar <davvid _at_ gmail.com>
10+
-Jelmer Vernooij <jelmer _at_ samba.org>
11+
-Steve Frécinaux <code _at_ istique.net>
12+
-Kai Lautaportti <kai _at_ lautaportti.fi>
13+
-Paul Sowden <paul _at_ idontsmoke.co.uk>
14+
-Sebastian Thiel <byronimo _at_ gmail.com>
15+
-Jonathan Chu <jonathan.chu _at_ me.com>
16+
-Vincent Driessen <me _at_ nvie.com>
17+
-Phil Elson <pelson _dot_ pub _at_ gmail.com>
18+
-Bernard `Guyzmo` Pratz <[email protected]>
19+
-Timothy B. Hartman <tbhartman _at_ gmail.com>
20+
-Konstantin Popov <konstantin.popov.89 _at_ yandex.ru>
21+
-Peter Jones <pjones _at_ redhat.com>
22+
-Anson Mansfield <anson.mansfield _at_ gmail.com>
23+
-Ken Odegard <ken.odegard _at_ gmail.com>
24+
-Alexis Horgix Chotard
25+
-Piotr Babij <piotr.babij _at_ gmail.com>
26+
-Mikuláš Poul <mikulaspoul _at_ gmail.com>
27+
-Charles Bouchard-Légaré <cblegare.atl _at_ ntis.ca>
28+
-Yaroslav Halchenko <debian _at_ onerussian.com>
29+
-Tim Swast <swast _at_ google.com>
30+
-William Luc Ritchie
31+
-David Host <hostdm _at_ outlook.com>
32+
-A. Jesse Jiryu Davis <jesse _at_ emptysquare.net>
33+
-Steven Whitman <ninloot _at_ gmail.com>
34+
-Stefan Stancu <stefan.stancu _at_ gmail.com>
35+
-César Izurieta <cesar _at_ caih.org>
36+
-Arthur Milchior <arthur _at_ milchior.fr>
37+
-Anil Khatri <anil.soccer.khatri _at_ gmail.com>
38+
-JJ Graham <thetwoj _at_ gmail.com>
39+
-Ben Thayer <ben _at_ benthayer.com>
40+
-Dries Kennes <admin _at_ dries007.net>
41+
-Pratik Anurag <panurag247365 _at_ gmail.com>
42+
-Harmon <harmon.public _at_ gmail.com>
43+
-Liam Beguin <liambeguin _at_ gmail.com>
44+
-Ram Rachum <ram _at_ rachum.com>
45+
-Alba Mendez <me _at_ alba.sh>
46+
-Robert Westman <robert _at_ byteflux.io>
47+
-Hugo van Kemenade
48+
-Hiroki Tokunaga <tokusan441 _at_ gmail.com>
49+
-Julien Mauroy <pro.julien.mauroy _at_ gmail.com>
50+
-Patrick Gerard
51+
-Luke Twist <[email protected]>
52+
-Joseph Hale <me _at_ jhale.dev>
53+
-Santos Gallegos <stsewd _at_ proton.me>
54+
-Wenhan Zhu <wzhu.cosmos _at_ gmail.com>
55+
-Eliah Kagan <eliah.kagan _at_ gmail.com>
56+
-Ethan Lin <et.repositories _at_ gmail.com>
57+
58+
Portions derived from other open source works and are clearly marked.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pip
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
Copyright (C) 2008, 2009 Michael Trier and contributors
2+
All rights reserved.
3+
4+
Redistribution and use in source and binary forms, with or without
5+
modification, are permitted provided that the following conditions
6+
are met:
7+
8+
* Redistributions of source code must retain the above copyright
9+
notice, this list of conditions and the following disclaimer.
10+
11+
* Redistributions in binary form must reproduce the above copyright
12+
notice, this list of conditions and the following disclaimer in the
13+
documentation and/or other materials provided with the distribution.
14+
15+
* Neither the name of the GitPython project nor the names of
16+
its contributors may be used to endorse or promote products derived
17+
from this software without specific prior written permission.
18+
19+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
20+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
21+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
22+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
23+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
24+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
25+
TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
26+
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
27+
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
28+
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
29+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

0 commit comments

Comments
 (0)