openfree commited on
Commit
ec6517e
ยท
verified ยท
1 Parent(s): b5c09f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
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
  """