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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,7 +81,7 @@ 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
- <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:
 
81
  except:
82
  return "Please upload Proper Document"
83
  title = """<br><br><br><div style="text-align: center;max-width: 700px;">
84
+ <center><img class="image" align="center" src="https://templates.images.credential.net/1612472097627370951721412474196.png" alt="Image" width="230" height="230" ></center>
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: