Spaces:
Sleeping
Sleeping
Update app title in Gradio interface from "My APIs" to "きしねのもの" for localization.
Browse files
app.py
CHANGED
@@ -64,8 +64,8 @@ def brave_search(query):
|
|
64 |
return f"エラーが発生しました: {response.status_code}"
|
65 |
|
66 |
with gr.Blocks() as demo:
|
67 |
-
gr.Markdown("# My APIs")
|
68 |
-
|
69 |
with gr.Accordion("Brave検索", open=True):
|
70 |
query = gr.Textbox(label="検索クエリ")
|
71 |
output = gr.Textbox(label="検索結果", lines=10)
|
|
|
64 |
return f"エラーが発生しました: {response.status_code}"
|
65 |
|
66 |
with gr.Blocks() as demo:
|
67 |
+
#gr.Markdown("# My APIs")
|
68 |
+
gr.Markdown("# きしねのもの")
|
69 |
with gr.Accordion("Brave検索", open=True):
|
70 |
query = gr.Textbox(label="検索クエリ")
|
71 |
output = gr.Textbox(label="検索結果", lines=10)
|