abhillubillu commited on
Commit
31494d4
·
verified ·
1 Parent(s): d7665a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -127,7 +127,7 @@ def chat_llama3_1_8b(message: str,
127
  yield "".join(outputs)
128
 
129
  # Gradio block
130
- chatbot=gr.Chatbot(height=450, placeholder=PLACEHOLDER, label='Gradio ChatInterface')
131
 
132
  with gr.Blocks(fill_height=True, css=css) as demo:
133
 
 
127
  yield "".join(outputs)
128
 
129
  # Gradio block
130
+ chatbot = gr.Chatbot(height=450, placeholder=PLACEHOLDER, label='Gradio ChatInterface')
131
 
132
  with gr.Blocks(fill_height=True, css=css) as demo:
133