yxmauw commited on
Commit
2cd932f
1 Parent(s): 6b26f41

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -17,6 +17,7 @@ def generate_response(model_name, message, chat_history):
17
  chat_history.append((message, response))
18
  return "", chat_history
19
 
 
20
  # Create Gradio UI
21
  with gr.Blocks(
22
  css=".contain { display: flex !important; flex-direction: column !important; }"
 
17
  chat_history.append((message, response))
18
  return "", chat_history
19
 
20
+
21
  # Create Gradio UI
22
  with gr.Blocks(
23
  css=".contain { display: flex !important; flex-direction: column !important; }"