Skip to content

Commit 2f9dea0

Browse files
committed
updated gradio app name
1 parent d6dd980 commit 2f9dea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ def cb_chat(hist: List[dict], msg: str) -> Tuple[List[dict], str]:
180180

181181
# UI
182182
with gr.Blocks(theme="default") as demo:
183-
gr.Markdown("## Learn-Anything Chatbot Agent - Upload and Ask About Your Files")
183+
gr.Markdown("## Anyfile-Agent - Upload files and ask about their content!")
184184
with gr.Row():
185185
file_box = gr.Files(file_count="multiple", label="Files to upload")
186186
sync_btn = gr.Button("Upload & Sync")

0 commit comments

Comments
 (0)