Jatinydv commited on
Commit
01c4995
1 Parent(s): 7752684

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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('# Code LLAMA demo')
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])