vpcom commited on
Commit
66161b9
·
1 Parent(s): 3215263

fix: for whatever reason adding more than two components doesn't work

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -110,7 +110,9 @@ additional_inputs=[
110
  ]
111
 
112
  CSS = """
113
- .gradio-container textarea #component-11 #component-12 {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 {direction: rtl; white-space: pre-line;}
114
+ #component-11 #component-12 {direction: rtl; white-space: pre-line;}
115
+ p {direction: rtl; white-space: pre-line;}
116
  """
117
  with gr.Blocks(css=CSS) as demo:
118
  with gr.Row():