Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -35,12 +35,12 @@ def regenerate():
|
|
| 35 |
return "No previous prompt to regenerate"
|
| 36 |
|
| 37 |
# Gradio UI
|
| 38 |
-
with gr.Blocks(title="Karlson
|
| 39 |
with gr.Column(elem_classes=["center-container"]):
|
| 40 |
# Header
|
| 41 |
gr.Markdown("""<div style='text-align: center'>
|
| 42 |
-
<h1 style='color: #2563eb'>Karlson
|
| 43 |
-
<p>
|
| 44 |
</div>""")
|
| 45 |
|
| 46 |
# Chat Interface
|
|
|
|
| 35 |
return "No previous prompt to regenerate"
|
| 36 |
|
| 37 |
# Gradio UI
|
| 38 |
+
with gr.Blocks(title="Karlson Achegeba GPT", theme=gr.themes.Soft(primary_hue="blue")) as app:
|
| 39 |
with gr.Column(elem_classes=["center-container"]):
|
| 40 |
# Header
|
| 41 |
gr.Markdown("""<div style='text-align: center'>
|
| 42 |
+
<h1 style='color: #2563eb'>Karlson Achegeba GPT</h1>
|
| 43 |
+
<p>My very first trained model</p>
|
| 44 |
</div>""")
|
| 45 |
|
| 46 |
# Chat Interface
|