Spaces:
Runtime error
Runtime error
Larry Yin
commited on
Commit
·
55eac91
1
Parent(s):
4762b53
Revised bot_desc
Browse files
app.py
CHANGED
@@ -57,8 +57,7 @@ qa = ConversationalRetrievalChain.from_llm(
|
|
57 |
)
|
58 |
|
59 |
with gr.Blocks() as demo:
|
60 |
-
gr.Markdown(f"# {bot_name}")
|
61 |
-
gr.Markdown(f"{bot_desc}")
|
62 |
chatbot = gr.Chatbot()
|
63 |
msg = gr.Textbox(label="Type your message (Shift + Enter to submit)", lines=6)
|
64 |
submit = gr.Button("Submit")
|
|
|
57 |
)
|
58 |
|
59 |
with gr.Blocks() as demo:
|
60 |
+
gr.Markdown(f"# {bot_name}\n\n{bot_desc}")
|
|
|
61 |
chatbot = gr.Chatbot()
|
62 |
msg = gr.Textbox(label="Type your message (Shift + Enter to submit)", lines=6)
|
63 |
submit = gr.Button("Submit")
|