vpcom commited on
Commit
a20d9e6
·
1 Parent(s): 64ec6c9

fix: dual rendering not possible

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -1103,10 +1103,10 @@ with gr.Blocks(css=CSS) as demo:
1103
  # PERSIAN GPT by Data Analytics Lab
1104
  # """
1105
  # )
1106
- with gr.Row():
1107
- with gr.Column(css="""textarea {direction: ltl}
1108
- p {direction: ltl}"""):
1109
- additional_inputs[-2].render()
1110
 
1111
  # gr.Markdown().attach_load_event(hello, None)
1112
  # with gr.Row():
 
1103
  # PERSIAN GPT by Data Analytics Lab
1104
  # """
1105
  # )
1106
+ # with gr.Row():
1107
+ # with gr.Column(css="""textarea {direction: ltl}
1108
+ # p {direction: ltl}"""):
1109
+ # additional_inputs[-2].render()
1110
 
1111
  # gr.Markdown().attach_load_event(hello, None)
1112
  # with gr.Row():