Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1113,11 +1113,8 @@ title_html = """
|
|
1113 |
title_html = """
|
1114 |
<div align="center" style="margin-bottom: 1em;">
|
1115 |
<h1 style="margin-bottom: 0.2em; font-size: 1.8em; color: #333;">๐ค Robo Beam-Search</h1>
|
1116 |
-
<p style="margin: 0.5em 0; font-size: 1em; color: #666;">
|
1117 |
-
<strong>Base LLM:</strong> Gemma-3-R1984-4B / 12B/ 27B @Powered by VIDraft
|
1118 |
-
</p>
|
1119 |
<p style="margin: 0.5em 0; font-size: 0.9em; color: #888; max-width: 600px; margin-left: auto; margin-right: auto;">
|
1120 |
-
๋นํ๊ดด X-RAY ๊ฒ์ฌ/์กฐ์ฌ ์ด๋ฏธ์ง์ ๋ํ ์ํ ์์ ์๋ณ/๋ถ์ ๊ธฐ๋ฐ ๋ํํ ์จํ๋ ๋ฏธ์ค AI ํ๋ซํผ
|
1121 |
</p>
|
1122 |
</div>
|
1123 |
"""
|
|
|
1113 |
title_html = """
|
1114 |
<div align="center" style="margin-bottom: 1em;">
|
1115 |
<h1 style="margin-bottom: 0.2em; font-size: 1.8em; color: #333;">๐ค Robo Beam-Search</h1>
|
|
|
|
|
|
|
1116 |
<p style="margin: 0.5em 0; font-size: 0.9em; color: #888; max-width: 600px; margin-left: auto; margin-right: auto;">
|
1117 |
+
๋นํ๊ดด X-RAY ๊ฒ์ฌ/์กฐ์ฌ ์ด๋ฏธ์ง์ ๋ํ ์ํ ์์ ์๋ณ/๋ถ์ ๊ธฐ๋ฐ ๋ํํ ์จํ๋ ๋ฏธ์ค AI ํ๋ซํผ <strong>Base LLM:</strong> Gemma-3-R1984-4B / 12B/ 27B @Powered by VIDraft
|
1118 |
</p>
|
1119 |
</div>
|
1120 |
"""
|