Samarth991 commited on
Commit
b535e29
1 Parent(s): 311ca6a

adding video examples as Radio and linking to fn

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -125,11 +125,11 @@ def add_text(history, text):
125
 
126
 
127
  css="""
128
- #col-container {max-width: 1080px; margin-left: auto; margin-right: auto;}
129
  """
130
 
131
  title = """
132
- <div style="text-align: center;max-width: 1080px;">
133
  <h1>Chat with Youtube Videos </h1>
134
  <p style="text-align: center;">Upload a youtube link of any video-lecture/song/Research and you are able to ask QA as chatbot with the tool
135
  It gives you option to use HuggingFace/OpenAI as LLM's, make sure to add your key.
 
125
 
126
 
127
  css="""
128
+ #col-container {max-width: 2048px; margin-left: auto; margin-right: auto;}
129
  """
130
 
131
  title = """
132
+ <div style="text-align: center;max-width: 2048px;">
133
  <h1>Chat with Youtube Videos </h1>
134
  <p style="text-align: center;">Upload a youtube link of any video-lecture/song/Research and you are able to ask QA as chatbot with the tool
135
  It gives you option to use HuggingFace/OpenAI as LLM's, make sure to add your key.