mgokg commited on
Commit
6c98b28
·
verified ·
1 Parent(s): 269b505

Update app.py

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