mgokg commited on
Commit
77b15e6
·
verified ·
1 Parent(s): 6ad3993

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ def predict(prompt):
45
  # Create the Gradio interface
46
  with gr.Blocks(css=custom_css) as demo:
47
  with gr.Row():
48
- details_output = gr.Markdown(label="answer",placeholder="answer from gemini", elem_id="md")
49
  #details_output = gr.Textbox(label="Ausgabe", value = f"\n\n\n\n")
50
  with gr.Row():
51
  ort_input = gr.Textbox(label="prompt", placeholder="ask anything...")
 
45
  # Create the Gradio interface
46
  with gr.Blocks(css=custom_css) as demo:
47
  with gr.Row():
48
+ details_output = gr.Markdown(label="answer", elem_id="md")
49
  #details_output = gr.Textbox(label="Ausgabe", value = f"\n\n\n\n")
50
  with gr.Row():
51
  ort_input = gr.Textbox(label="prompt", placeholder="ask anything...")