Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -915,6 +915,8 @@ title_html = """
|
|
915 |
</h1>
|
916 |
</div>
|
917 |
|
|
|
|
|
918 |
<div style="
|
919 |
background: rgba(255, 255, 255, 0.9);
|
920 |
backdrop-filter: blur(15px);
|
@@ -994,6 +996,10 @@ title_html = """
|
|
994 |
</div>
|
995 |
"""
|
996 |
|
|
|
|
|
|
|
|
|
997 |
title_html = """
|
998 |
<div align="center" style="margin-bottom: 1em;">
|
999 |
<h1 style="margin-bottom: 0.2em; font-size: 1.8em; color: #333;">🤖 Robo Beam-Search</h1>
|
@@ -1081,8 +1087,7 @@ with gr.Blocks(css=css, title="Gemma-3-R1984-4B-BEAM - X-RAY Security Scanner")
|
|
1081 |
web_search_text,
|
1082 |
],
|
1083 |
stop_btn=False,
|
1084 |
-
|
1085 |
-
# examples 파라미터 삭제
|
1086 |
run_examples_on_click=False,
|
1087 |
cache_examples=False,
|
1088 |
css_paths=None,
|
|
|
915 |
</h1>
|
916 |
</div>
|
917 |
|
918 |
+
footer {visibility: hidden;}
|
919 |
+
|
920 |
<div style="
|
921 |
background: rgba(255, 255, 255, 0.9);
|
922 |
backdrop-filter: blur(15px);
|
|
|
996 |
</div>
|
997 |
"""
|
998 |
|
999 |
+
|
1000 |
+
|
1001 |
+
|
1002 |
+
|
1003 |
title_html = """
|
1004 |
<div align="center" style="margin-bottom: 1em;">
|
1005 |
<h1 style="margin-bottom: 0.2em; font-size: 1.8em; color: #333;">🤖 Robo Beam-Search</h1>
|
|
|
1087 |
web_search_text,
|
1088 |
],
|
1089 |
stop_btn=False,
|
1090 |
+
|
|
|
1091 |
run_examples_on_click=False,
|
1092 |
cache_examples=False,
|
1093 |
css_paths=None,
|