Zekun Wu commited on
Commit
ad66f48
·
1 Parent(s): 17cea53
Files changed (1) hide show
  1. app.py +0 -7
app.py CHANGED
@@ -115,11 +115,4 @@ st.sidebar.markdown("""
115
  - **How to Use**:
116
  1. Upload a CSV file with columns named `question` and `explanation`.
117
  2. Click "Evaluate Batch" to see the evaluation results.
118
- """)
119
-
120
- st.sidebar.markdown("### Example CSV Format for Explanation Generation and Batch Evaluation")
121
- st.sidebar.markdown("""
122
- question,explanation
123
- "What causes rainbows to appear in the sky?","Rainbows appear when sunlight is refracted, dispersed, and reflected inside water droplets in the atmosphere, resulting in a spectrum of light appearing in the sky."
124
- "Why is the sky blue?","The sky is blue because molecules in the air scatter blue light from the sun more than they scatter red light."
125
  """)
 
115
  - **How to Use**:
116
  1. Upload a CSV file with columns named `question` and `explanation`.
117
  2. Click "Evaluate Batch" to see the evaluation results.
 
 
 
 
 
 
 
118
  """)