Spaces:
Runtime error
Runtime error
Commit
·
0289a8b
1
Parent(s):
d588c5a
Update app.py
Browse files
app.py
CHANGED
@@ -22,8 +22,8 @@ def learn_from_chanakya_neeti(chat_history,query):
|
|
22 |
return chat_history + [(query,result)]
|
23 |
|
24 |
with gr.Blocks() as demo:
|
25 |
-
gr.HTML(value="""<h1 style="text-align: center;">Chankya Neeti</h1>""")
|
26 |
-
gr.
|
27 |
chatbot = gr.Chatbot()
|
28 |
textbox = gr.Textbox(label="Ask your question.",placeholder="How can one build a strong and successful team?")
|
29 |
|
|
|
22 |
return chat_history + [(query,result)]
|
23 |
|
24 |
with gr.Blocks() as demo:
|
25 |
+
gr.HTML(value="""<h1 style="text-align: center;text-decoration: underline">Chankya Neeti</h1>""")
|
26 |
+
gr.HTML(value="""<p style="font-style: italic;">Chanakya Neeti is the essence of various scriptures Chanakya carefully studied to come up with a code of conduct that will benefit all mankind. It is a book written by Chanakya, a great scholar, to simplify complicated scriptures and provide a practical application of moral codes and ideal conduct.<p>""")
|
27 |
chatbot = gr.Chatbot()
|
28 |
textbox = gr.Textbox(label="Ask your question.",placeholder="How can one build a strong and successful team?")
|
29 |
|