mgokg commited on
Commit
d1dae45
·
verified ·
1 Parent(s): 21ebbad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -90,8 +90,8 @@ def websearch(prompt):
90
  # Create the Gradio interface
91
  with gr.Blocks(css=custom_css) as demo:
92
  with gr.Row():
93
- #details_output = gr.Markdown(label="answer", elem_id="md")
94
- details_output = gr.Textbox(label="Ausgabe", value = f"\n\n\n\n")
95
  with gr.Row():
96
  ort_input = gr.Textbox(label="prompt", placeholder="ask anything...")
97
  with gr.Row():
 
90
  # Create the Gradio interface
91
  with gr.Blocks(css=custom_css) as demo:
92
  with gr.Row():
93
+ details_output = gr.Markdown(label="answer", elem_id="md")
94
+ #details_output = gr.Textbox(label="Ausgabe", value = f"\n\n\n\n")
95
  with gr.Row():
96
  ort_input = gr.Textbox(label="prompt", placeholder="ask anything...")
97
  with gr.Row():