Wajahat698 commited on
Commit
5d9f52d
·
verified ·
1 Parent(s): 771bbb3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -503,7 +503,7 @@ if prompt :
503
  })
504
  follow_up_questions = follow_up_output["output"]
505
  if follow_up_questions:
506
- st.markdown(f"Follow-up questions:\n{follow_up_questions}")
507
 
508
 
509
  except Exception as e:
 
503
  })
504
  follow_up_questions = follow_up_output["output"]
505
  if follow_up_questions:
506
+ st.write(f"Follow-up questions:\n{follow_up_questions}")
507
 
508
 
509
  except Exception as e: