Shekswess commited on
Commit
e253a19
·
1 Parent(s): f6270b7

Adding image

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -164,10 +164,8 @@ def ui_main():
164
  ) as demo:
165
  gr.Markdown(
166
  """
167
- <div style="text-align: center;">
168
- <img src="./assets/logo_header.png" alt="Header Image" style="display: block; margin-left: auto; margin-right: auto; width: 50%;"/>
169
- <h1>SynthGenAI Dataset Generator</h1>
170
- </div>
171
 
172
  ## Overview 🧐
173
  SynthGenAI is designed to be modular and can be easily extended to include different API providers for LLMs and new features.
 
164
  ) as demo:
165
  gr.Markdown(
166
  """
167
+ ![Header Image](./assets/logo_header.png)
168
+ <h1>SynthGenAI Dataset Generator</h1>
 
 
169
 
170
  ## Overview 🧐
171
  SynthGenAI is designed to be modular and can be easily extended to include different API providers for LLMs and new features.