source
Browse files
app.py
CHANGED
@@ -203,7 +203,7 @@ async def delete_selected_conversation(api_key: str, conversation_id: int):
|
|
203 |
return error_message, None, None, gr.update(visible=False), ""
|
204 |
|
205 |
with gr.Blocks() as demo:
|
206 |
-
gr.Markdown("# Bee AI Conversation Viewer and Chat")
|
207 |
|
208 |
with gr.Row():
|
209 |
with gr.Column(scale=1):
|
|
|
203 |
return error_message, None, None, gr.update(visible=False), ""
|
204 |
|
205 |
with gr.Blocks() as demo:
|
206 |
+
gr.Markdown("# Bee AI Conversation Viewer and Chat. See [source](https://github.com/swyxio/BeeWeb/) and [Space](https://huggingface.co/spaces/swyx/BeeWeb)")
|
207 |
|
208 |
with gr.Row():
|
209 |
with gr.Column(scale=1):
|