Spaces:
Runtime error
Runtime error
Update gradio_app.py
Browse files- gradio_app.py +2 -1
gradio_app.py
CHANGED
@@ -295,7 +295,8 @@ def chat_with_gpt(agent, user, context, user_message, history, max_length, top_k
|
|
295 |
return history, history, ""
|
296 |
|
297 |
|
298 |
-
|
|
|
299 |
gr.Markdown(HEADER)
|
300 |
with gr.Row():
|
301 |
with gr.Group():
|
|
|
295 |
return history, history, ""
|
296 |
|
297 |
|
298 |
+
# css="#htext span {white-space: pre}"
|
299 |
+
with gr.Blocks() as demo:
|
300 |
gr.Markdown(HEADER)
|
301 |
with gr.Row():
|
302 |
with gr.Group():
|