versae commited on
Commit
ad4cf83
1 Parent(s): 31722dc

Update gradio_app.py

Browse files
Files changed (1) hide show
  1. 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
- with gr.Blocks(css="#htext span {white-space: pre}") as demo:
 
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():