Update app.py
Browse files
app.py
CHANGED
|
@@ -67,7 +67,7 @@ def create_inspiring_line(future, value, skill):
|
|
| 67 |
except Exception as e:
|
| 68 |
return f"⚠️ حدث خطأ أثناء التوليد: {e}"
|
| 69 |
|
| 70 |
-
#
|
| 71 |
with gr.Blocks(theme=gr.themes.Soft(primary_hue="green", secondary_hue="teal")) as demo:
|
| 72 |
gr.HTML("""
|
| 73 |
<div style="display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; margin-top:25px;">
|
|
@@ -91,7 +91,7 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue="green", secondary_hue="teal"))
|
|
| 91 |
|
| 92 |
gr.HTML("""
|
| 93 |
<div style="text-align:center; margin-top:30px; color:#768a6c;">
|
| 94 |
-
<p>© 2025 Eng. Reem Algethami | AI & Creativity
|
| 95 |
</div>
|
| 96 |
""")
|
| 97 |
|
|
|
|
| 67 |
except Exception as e:
|
| 68 |
return f"⚠️ حدث خطأ أثناء التوليد: {e}"
|
| 69 |
|
| 70 |
+
# واجهة
|
| 71 |
with gr.Blocks(theme=gr.themes.Soft(primary_hue="green", secondary_hue="teal")) as demo:
|
| 72 |
gr.HTML("""
|
| 73 |
<div style="display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; margin-top:25px;">
|
|
|
|
| 91 |
|
| 92 |
gr.HTML("""
|
| 93 |
<div style="text-align:center; margin-top:30px; color:#768a6c;">
|
| 94 |
+
<p>© 2025 Eng. Reem Algethami | AI & Creativity </p>
|
| 95 |
</div>
|
| 96 |
""")
|
| 97 |
|