Spaces:
Sleeping
Sleeping
Commit
·
d73cdee
1
Parent(s):
2fb0281
increasing chat bot height
Browse files
app.py
CHANGED
@@ -132,8 +132,8 @@ css="""
|
|
132 |
title = """
|
133 |
<div style="text-align: center;max-width: 2048px;">
|
134 |
<h1>Chat with Youtube Videos </h1>
|
135 |
-
<p style="text-align: center;">Upload a youtube link of any video-lecture/song/Research
|
136 |
-
|
137 |
</p>
|
138 |
</div>
|
139 |
"""
|
|
|
132 |
title = """
|
133 |
<div style="text-align: center;max-width: 2048px;">
|
134 |
<h1>Chat with Youtube Videos </h1>
|
135 |
+
<p style="text-align: center;">Upload a youtube link of any video-lecture/song/Research/Conference & ask Questions to chatbot with the tool
|
136 |
+
Tools uses State of the Art Models from HuggingFace/OpenAI so, make sure to add your key.
|
137 |
</p>
|
138 |
</div>
|
139 |
"""
|