Spaces:
Runtime error
Runtime error
Commit ·
2bf69cd
1
Parent(s): da021c5
debugging
Browse files
app.py
CHANGED
|
@@ -118,7 +118,7 @@ css="""
|
|
| 118 |
"""
|
| 119 |
|
| 120 |
title = """
|
| 121 |
-
<div style="text-align: center;max-width:
|
| 122 |
<h1>Chat with Youtube Videos </h1>
|
| 123 |
<p style="text-align: center;">Upload a youtube link of any lecture or video and you are able to ask QA as chatbot with the tool
|
| 124 |
It gives you option to use HuggingFace/OpenAI as LLM's, make sure to add your key.
|
|
|
|
| 118 |
"""
|
| 119 |
|
| 120 |
title = """
|
| 121 |
+
<div style="text-align: center;max-width: 1080px;">
|
| 122 |
<h1>Chat with Youtube Videos </h1>
|
| 123 |
<p style="text-align: center;">Upload a youtube link of any lecture or video and you are able to ask QA as chatbot with the tool
|
| 124 |
It gives you option to use HuggingFace/OpenAI as LLM's, make sure to add your key.
|