Karthikeyan commited on
Commit
61d7254
1 Parent(s): b0609c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -81,7 +81,8 @@ def answer_question(question, state):
81
  except:
82
  return "Please upload Proper Document"
83
  title = """<br><br><br><div style="text-align: center;max-width: 700px;">
84
- <h1><a style="display:inline-block; margin-left: 1em; text-decoration:none; font-weight:bold;" href="https://www.adople.com">ADOPLE AI</a> - Document QA</h1>
 
85
  </p>"""
86
  with gr.Blocks(css="style.css",theme=gr.themes.Soft()) as demo:
87
  state = gr.State(get_empty_state())
 
81
  except:
82
  return "Please upload Proper Document"
83
  title = """<br><br><br><div style="text-align: center;max-width: 700px;">
84
+ <img align="center" src="https://templates.images.credential.net/1612472097627370951721412474196.png" alt="Image" width="230" height="230" >
85
+ <h1><span style="display:inline-block; margin-left: 1em; text-decoration:none; font-weight:bold;">Hudson & Hayes</span> - Document QA</h1>
86
  </p>"""
87
  with gr.Blocks(css="style.css",theme=gr.themes.Soft()) as demo:
88
  state = gr.State(get_empty_state())