Update app_v3.py
Browse files
app_v3.py
CHANGED
@@ -297,7 +297,7 @@ def _(inf_model, params, process_with_llm, prompt_editor):
|
|
297 |
|
298 |
@app.cell
|
299 |
def _(mo, prompt_response, prompt_response_full):
|
300 |
-
mo.vstack([mo.md(prompt_response),prompt_response_full], align="center",justify="space-around")
|
301 |
return
|
302 |
|
303 |
|
|
|
297 |
|
298 |
@app.cell
|
299 |
def _(mo, prompt_response, prompt_response_full):
|
300 |
+
mo.vstack([mo.md(f"{prompt_response}"),prompt_response_full], align="center",justify="space-around")
|
301 |
return
|
302 |
|
303 |
|