vpcom commited on
Commit
e201947
·
1 Parent(s): 670cfd5

fix: no markdown text on top

Browse files
Files changed (1) hide show
  1. app.py +8 -8
app.py CHANGED
@@ -333,14 +333,14 @@ def save_whotheyare(x):
333
 
334
  with gr.Blocks(css=CSS) as demo:
335
 
336
- with gr.Row():
337
- with gr.Column(css="""textarea {direction: ltl}
338
- p {direction: ltl}"""):
339
- gr.Markdown(
340
- """
341
- PERSIAN GPT by Data Analytics Lab
342
- """
343
- )
344
  with gr.Row():
345
  with gr.Column(css="""textarea {direction: ltl}
346
  p {direction: ltl}"""):
 
333
 
334
  with gr.Blocks(css=CSS) as demo:
335
 
336
+ # with gr.Row():
337
+ # with gr.Column(css="""textarea {direction: ltl}
338
+ # p {direction: ltl}"""):
339
+ # gr.Markdown(
340
+ # """
341
+ # PERSIAN GPT by Data Analytics Lab
342
+ # """
343
+ # )
344
  with gr.Row():
345
  with gr.Column(css="""textarea {direction: ltl}
346
  p {direction: ltl}"""):