Update app.py
Browse files
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; }"
|