Spaces:
Running
Running
Update app.py
Browse files
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",
|
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...")
|