vpcom commited on
Commit
0de9375
·
1 Parent(s): ed6aa07

fix: add css attributes to the p as well

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -110,7 +110,7 @@ additional_inputs=[
110
  ]
111
 
112
  CSS = """
113
- .gradio-container textarea {direction: rtl; white-space: pre-line;}
114
  """
115
  with gr.Blocks(css=CSS) as demo:
116
  with gr.Row():
 
110
  ]
111
 
112
  CSS = """
113
+ .gradio-container textarea p {direction: rtl; white-space: pre-line;}
114
  """
115
  with gr.Blocks(css=CSS) as demo:
116
  with gr.Row():