Samarth991 commited on
Commit
42032d5
·
1 Parent(s): d0bf7dc

adding you tube processing LLM

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -110,10 +110,10 @@ css="""
110
  #col-container {max-width: 700px; margin-left: auto; margin-right: auto;}
111
  """
112
 
113
- title = """
114
- <div style="text-align: center;max-width: 700px;">
115
- <h1>Chat with You Tube videos• OpenAI/HuggingFace</h1>
116
- </div>
117
  """
118
 
119
  with gr.Blocks(css=css) as demo:
 
110
  #col-container {max-width: 700px; margin-left: auto; margin-right: auto;}
111
  """
112
 
113
+ title ="""<div
114
+ style="text-align: center;max-width: 700px;">
115
+ <h1>Chat with You Tube videos• OpenAI/HuggingFace</h1>
116
+ </div>
117
  """
118
 
119
  with gr.Blocks(css=css) as demo: