ajeetkumar01 commited on
Commit
eb3cfd1
1 Parent(s): dba62ca

title updated

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ input_question = gr.Textbox(label='Input Question', placeholder='Ask your questi
18
  output_text = gr.Textbox(label="Response", placeholder='Response will display here..')
19
 
20
  interface = gr.Interface(response, inputs=[input_context, input_question], outputs=output_text,
21
- title="<div style='color: #336699; font-size: 24px; font-weight: bold; border: 2px solid #336699; padding: 10px; border-radius: 10px;'>Bert Based Question Answering</div>",
22
  description=f"""<div style='color: #666666; font-family: Arial, sans-serif;'>
23
  <p style='margin-top: 10px;'>Enter context and question to get the response.</p>
24
  <p>Developed by <span style='color: #336699; font-weight: bold;'>{author}</span>.</p>
 
18
  output_text = gr.Textbox(label="Response", placeholder='Response will display here..')
19
 
20
  interface = gr.Interface(response, inputs=[input_context, input_question], outputs=output_text,
21
+ title="<div style='color: #336699; font-size: 24px; font-weight: bold; border: 2px solid #336699; padding: 10px; border-radius: 10px;'>Bert Context Based Question Answering</div>",
22
  description=f"""<div style='color: #666666; font-family: Arial, sans-serif;'>
23
  <p style='margin-top: 10px;'>Enter context and question to get the response.</p>
24
  <p>Developed by <span style='color: #336699; font-weight: bold;'>{author}</span>.</p>