Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
| 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>marco.barnig@pt.lu<b></p>")
|
| 142 |
|
| 143 |
submit.click(fn = gradio_chat_interface, inputs=[mode, pw, question, examples], outputs = myOutput)
|
| 144 |
demo.launch()
|