mbarnig commited on
Commit
16c4932
·
verified ·
1 Parent(s): 7b40aa1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -137,8 +137,8 @@ with gr.Blocks() as demo:
137
  mySubtitle = gr.HTML("<p align='center' bgcolor='Khaki'>English RTL News :</p>")
138
  with gr.Row():
139
  myOutput = gr.Markdown(label="Answer from the OpenAI File-Search Assistent :")
140
- with gr.Row():
141
- myInfo = gr.HTML("<p>Please request your RTL password per mail from <b>[email protected]<b></p>")
142
 
143
  submit.click(fn = gradio_chat_interface, inputs=[mode, pw, question, examples], outputs = myOutput)
144
  demo.launch()
 
137
  mySubtitle = gr.HTML("<p align='center' bgcolor='Khaki'>English RTL News :</p>")
138
  with gr.Row():
139
  myOutput = gr.Markdown(label="Answer from the OpenAI File-Search Assistent :")
140
+ # with gr.Row():
141
+ # myInfo = gr.HTML("<p>Please request your RTL password per mail from <b>[email protected]<b></p>")
142
 
143
  submit.click(fn = gradio_chat_interface, inputs=[mode, pw, question, examples], outputs = myOutput)
144
  demo.launch()