Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -288,7 +288,7 @@ def create_ui():
|
|
288 |
"""
|
289 |
|
290 |
with gr.Blocks(theme="default", css=css) as demo:
|
291 |
-
gr.Markdown("#
|
292 |
|
293 |
with gr.Tabs() as tabs:
|
294 |
with gr.TabItem("๋ถ์"):
|
@@ -357,6 +357,12 @@ def create_ui():
|
|
357 |
return "", chat_history
|
358 |
|
359 |
msg.submit(respond_wrapper, [msg, chatbot, max_tokens, temperature, top_p], [msg, chatbot])
|
|
|
|
|
|
|
|
|
|
|
|
|
360 |
|
361 |
# ์ํ ์ ์ฅ์ฉ ๋ณ์
|
362 |
space_id_state = gr.State()
|
|
|
288 |
"""
|
289 |
|
290 |
with gr.Blocks(theme="default", css=css) as demo:
|
291 |
+
gr.Markdown("# MOUSE Space Analysis", elem_classes="header-markdown")
|
292 |
|
293 |
with gr.Tabs() as tabs:
|
294 |
with gr.TabItem("๋ถ์"):
|
|
|
357 |
return "", chat_history
|
358 |
|
359 |
msg.submit(respond_wrapper, [msg, chatbot, max_tokens, temperature, top_p], [msg, chatbot])
|
360 |
+
|
361 |
+
with gr.TabItem("Recommended Best"):
|
362 |
+
gr.Markdown(
|
363 |
+
"Discover the best recommended HuggingFace Spaces [here](https://huggingface.co/spaces/openfree/pick-spaces).",
|
364 |
+
elem_id="recommended-best"
|
365 |
+
)
|
366 |
|
367 |
# ์ํ ์ ์ฅ์ฉ ๋ณ์
|
368 |
space_id_state = gr.State()
|