Update app.py
Browse files
app.py
CHANGED
@@ -1418,11 +1418,11 @@ def create_custom_slides_ui():
|
|
1418 |
return slides
|
1419 |
|
1420 |
# Gradio μΈν°νμ΄μ€ μμ±
|
1421 |
-
with gr.Blocks(title="PPT
|
1422 |
.preview-container { max-width: 1400px; margin: 0 auto; }
|
1423 |
""") as demo:
|
1424 |
gr.Markdown("""
|
1425 |
-
# π― AI
|
1426 |
|
1427 |
### ν
μ€νΈμ μ΄λ―Έμ§κ° μλ²½νκ² μ‘°νλ νλ μ ν
μ΄μ
μ μλμΌλ‘ μμ±νκ³ λ€μ΄λ‘λνμΈμ!
|
1428 |
|
|
|
1418 |
return slides
|
1419 |
|
1420 |
# Gradio μΈν°νμ΄μ€ μμ±
|
1421 |
+
with gr.Blocks(title="π― Open GAMMA - AI PPT Generator 'GamJa'", theme=gr.themes.Soft(), css="""
|
1422 |
.preview-container { max-width: 1400px; margin: 0 auto; }
|
1423 |
""") as demo:
|
1424 |
gr.Markdown("""
|
1425 |
+
# π― AI automatically creates premium presentations with storytelling, 3D visuals and diagrams. Base LLM: 'gemma-3-R1984-27B' @ Powered by VIDraft
|
1426 |
|
1427 |
### ν
μ€νΈμ μ΄λ―Έμ§κ° μλ²½νκ² μ‘°νλ νλ μ ν
μ΄μ
μ μλμΌλ‘ μμ±νκ³ λ€μ΄λ‘λνμΈμ!
|
1428 |
|