Update app.py
Browse files
app.py
CHANGED
@@ -77,9 +77,9 @@ def clear_data():
|
|
77 |
|
78 |
with gr.Blocks() as demo:
|
79 |
count = 0
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
aa = gr.Interface(
|
84 |
fn=chat,
|
85 |
inputs=["text", "text", "text"],
|
|
|
77 |
|
78 |
with gr.Blocks() as demo:
|
79 |
count = 0
|
80 |
+
gr.Markdown(
|
81 |
+
f"{chat_history}"
|
82 |
+
)
|
83 |
aa = gr.Interface(
|
84 |
fn=chat,
|
85 |
inputs=["text", "text", "text"],
|