Spaces:
Running
Running
Adding image
Browse files
app.py
CHANGED
@@ -164,10 +164,8 @@ def ui_main():
|
|
164 |
) as demo:
|
165 |
gr.Markdown(
|
166 |
"""
|
167 |
-
|
168 |
-
|
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 |
+

|
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.
|