Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -48,7 +48,7 @@ def bot(query):
|
|
48 |
return formatted_response
|
49 |
|
50 |
with gr.Blocks(title="Can AI code ?") as demo:
|
51 |
-
gr.Markdown('
|
52 |
chatbot = gr.Chatbot([], elem_id='chatbot', height=700)
|
53 |
msg = gr.Textbox()
|
54 |
clear = gr.ClearButton([msg, chatbot])
|
|
|
48 |
return formatted_response
|
49 |
|
50 |
with gr.Blocks(title="Can AI code ?") as demo:
|
51 |
+
gr.Markdown('LlamaCodes')
|
52 |
chatbot = gr.Chatbot([], elem_id='chatbot', height=700)
|
53 |
msg = gr.Textbox()
|
54 |
clear = gr.ClearButton([msg, chatbot])
|