Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -82,8 +82,8 @@ def chat(curr_system_message, history):
|
|
82 |
|
83 |
with gr.Blocks() as demo:
|
84 |
# history = gr.State([])
|
85 |
-
gr.Markdown("##
|
86 |
-
gr.HTML('''<center
|
87 |
chatbot = gr.Chatbot().style(height=500)
|
88 |
with gr.Row():
|
89 |
with gr.Column():
|
|
|
82 |
|
83 |
with gr.Blocks() as demo:
|
84 |
# history = gr.State([])
|
85 |
+
gr.Markdown("## Start your Chat")
|
86 |
+
gr.HTML('''<center>Enter your text. Inference might be slower. \n<a href="https://www.linkedin.com/in/khadke-chetan/">Follow me</a></center>''')
|
87 |
chatbot = gr.Chatbot().style(height=500)
|
88 |
with gr.Row():
|
89 |
with gr.Column():
|