Samarth991 commited on
Commit
da021c5
·
1 Parent(s): d40d48f
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -114,11 +114,11 @@ def add_text(history, text):
114
  ##################################################
115
 
116
  css="""
117
- #col-container {max-width: 690px; margin-left: auto; margin-right: auto;}
118
  """
119
 
120
  title = """
121
- <div style="text-align: center;max-width: 690px;">
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.
 
114
  ##################################################
115
 
116
  css="""
117
+ #col-container {max-width: 1080px; margin-left: auto; margin-right: auto;}
118
  """
119
 
120
  title = """
121
+ <div style="text-align: center;max-width: 1080;">
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.